]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/dts/fsl: Fix dtc-flagged interrupt errors
authorScott Wood <oss@buserror.net>
Sat, 22 Dec 2018 03:32:51 +0000 (21:32 -0600)
committerScott Wood <oss@buserror.net>
Sat, 22 Dec 2018 03:37:05 +0000 (21:37 -0600)
commitccdde478e8445adaa85f30e555de9fab564d742a
treeaf4781c8efafafbfe5e0a7fceafda1aac1a2ec29
parenta6ee0c00a70b115e365d71eb5debcfb9de74dd1b
powerpc/dts/fsl: Fix dtc-flagged interrupt errors

mpc8641_hpcn was updated to 4-cell interrupt specifiers, but
PCI interrupt-map was not updated.  It was also missing #interrupt-cells
on the outer PCI buses.

p1020rdb-pc was updated to 4-cell interrupt specifiers, but
the ethernet-phy nodes weren't updated.

mpc832x_rdb had an invalid "interrupts = <0>" on the ethernet-phy nodes.
Besides being the wrong number of cells, 0 is not a valid IPIC interrupt
according to ipic.c.  Presumably it was meant to indicate that these
PHYs are not connected to an interrupt.

Signed-off-by: Scott Wood <oss@buserror.net>
arch/powerpc/boot/dts/fsl/mpc8641_hpcn.dts
arch/powerpc/boot/dts/fsl/mpc8641_hpcn_36b.dts
arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi
arch/powerpc/boot/dts/fsl/p1020rdb-pc.dtsi
arch/powerpc/boot/dts/mpc832x_rdb.dts