aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_rdb.dts
diff options
context:
space:
mode:
authorScott Wood <oss@buserror.net>2018-12-21 21:32:51 -0600
committerScott Wood <oss@buserror.net>2018-12-21 21:37:05 -0600
commitccdde478e8445adaa85f30e555de9fab564d742a (patch)
treeaf4781c8efafafbfe5e0a7fceafda1aac1a2ec29 /arch/powerpc/boot/dts/mpc832x_rdb.dts
parentclk: qoriq: add more compatibles strings (diff)
downloadlinux-dev-ccdde478e8445adaa85f30e555de9fab564d742a.tar.xz
linux-dev-ccdde478e8445adaa85f30e555de9fab564d742a.zip
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>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_rdb.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts
index 647cae14c16d..be6ef3531b28 100644
--- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
@@ -311,13 +311,9 @@
compatible = "fsl,ucc-mdio";
phy00:ethernet-phy@0 {
- interrupt-parent = <&ipic>;
- interrupts = <0>;
reg = <0x0>;
};
phy04:ethernet-phy@4 {
- interrupt-parent = <&ipic>;
- interrupts = <0>;
reg = <0x4>;
};
};