]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx53-qsb-common: Fix 'led_gpio7_7@0' node with unit name and no reg property
authorMarco Franchi <marco.franchi@nxp.com>
Fri, 20 Oct 2017 15:48:26 +0000 (13:48 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:29:15 +0000 (08:29 +0800)
The following build warning is seen with W=1:

Warning (unit_address_vs_reg): Node /soc/aips@50000000/iomuxc@53fa8000/imx53-qsb/led_gpio7_7@0 has a unit name, but no reg property

Fix this warning by removing '@0' from such node.

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-qsb-common.dtsi

index d5adf331f83df6cbfd2459190f7c89fe13981495..3c71de88ff023c2c3e14f4a06d431cd19da46afb 100644 (file)
@@ -172,7 +172,7 @@ MX53_PAD_GPIO_16__GPIO7_11        0x80000000
                        >;
                };
 
-               led_pin_gpio7_7: led_gpio7_7@0 {
+               led_pin_gpio7_7: led_gpio7_7 {
                        fsl,pins = <
                                MX53_PAD_PATA_DA_1__GPIO7_7 0x80000000
                        >;