ARM: dts: imx6ul-pico-hobbit: Fix the 'interrupts' property
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 16 Oct 2017 22:34:01 +0000 (20:34 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:19:40 +0000 (08:19 +0800)
The 'interrupts' property has an extra cell by mistake.

Fix this, so that the following build warning is gone:

 DTC     arch/arm/boot/dts/imx6ul-pico-hobbit.dtb
arch/arm/boot/dts/imx6ul-pico-hobbit.dtb: Warning (interrupts_property): interrupts size is (12), expected multiple of 8 in /soc/aips-bus@2000000/ethernet@20b4000/mdio/ethernet-phy@1

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-pico-hobbit.dts

index 7d7254b..de54c70 100644 (file)
                        reg = <1>;
                        max-speed = <100>;
                        interrupt-parent = <&gpio5>;
-                       interrupts = <6 IRQ_TYPE_LEVEL_LOW 0>;
+                       interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
                };
        };
 };