ARM: dts: imx6sx-softing-vining-2000: Fix the 'interrupt-parent' property
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 16 Oct 2017 22:34:02 +0000 (20:34 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:19:40 +0000 (08:19 +0800)
The correct property name is 'interrupt-parent', so fix it accordingly.

This fixes the following build warning:

arch/arm/boot/dts/imx6sx-softing-vining-2000.dtb: Warning (interrupts_property): interrupts size is (8), expected multiple of 12 in /soc/aips-bus@02100000/ethernet@02188000/mdio/ethernet0-phy@0
arch/arm/boot/dts/imx6sx-softing-vining-2000.dtb: Warning (interrupts_property): interrupts size is (8), expected multiple of 12 in /soc/aips-bus@02100000/ethernet@021b4000/mdio/ethernet1-phy@0

Cc: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx-softing-vining-2000.dts

index ee012bc..44bfeac 100644 (file)
                ethphy0: ethernet0-phy@0 {
                        reg = <0>;
                        max-speed = <100>;
-                       interrupts-parent = <&gpio2>;
+                       interrupt-parent = <&gpio2>;
                        interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
                };
        };
                ethphy1: ethernet1-phy@0 {
                        reg = <0>;
                        max-speed = <100>;
-                       interrupts-parent = <&gpio2>;
+                       interrupt-parent = <&gpio2>;
                        interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
                };
        };