From: Geert Uytterhoeven Date: Fri, 2 Jun 2017 12:38:47 +0000 (+0200) Subject: powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3d2d4339cc326c427638daa67e264dd455ee1899;p=linux.git powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/ Signed-off-by: Geert Uytterhoeven Acked-by: Rob Herring Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/boot/dts/acadia.dts b/arch/powerpc/boot/dts/acadia.dts index 57291f61ffe70..86266159521ed 100644 --- a/arch/powerpc/boot/dts/acadia.dts +++ b/arch/powerpc/boot/dts/acadia.dts @@ -183,7 +183,7 @@ usb@ef603000 { compatible = "ohci-be"; reg = <0xef603000 0x80>; - interrupts-parent = <&UIC0>; + interrupt-parent = <&UIC0>; interrupts = <0xd 0x4 0xe 0x4>; };