Skip to content

Commit bbca4d3

Browse files
Gerhard Sittigvdsao
authored andcommitted
powerpc/512x: dts: remove misplaced IRQ spec from 'soc' node (5125)
the 'soc' node in the MPC5125 "tower" board .dts has an '#interrupt-cells' property although this node is not an interrupt controller remove this erroneously placed property because starting with v3.13-rc1 lookup and resolution of 'interrupts' specs for peripherals gets misled (tries to use the 'soc' as the interrupt parent which fails), emits 'no irq domain found' WARN() messages and breaks the boot process [ best viewed with 'git diff -U5' to have DT node names in the context ] Cc: Anatolij Gustschin <agust@denx.de> Cc: linuxppc-dev@lists.ozlabs.org Cc: devicetree@vger.kernel.org Signed-off-by: Gerhard Sittig <gsi@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de>
1 parent 803c2d2 commit bbca4d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/powerpc/boot/dts/mpc5125twr.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
compatible = "fsl,mpc5121-immr";
5959
#address-cells = <1>;
6060
#size-cells = <1>;
61-
#interrupt-cells = <2>;
6261
ranges = <0x0 0x80000000 0x400000>;
6362
reg = <0x80000000 0x400000>;
6463
bus-frequency = <66000000>; // 66 MHz ips bus

0 commit comments

Comments
 (0)