diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-10-20 17:48:25 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-23 02:29:12 +0200 |
commit | eff88d98ddfd24d1d5b004259bbcf3511297b06f (patch) | |
tree | 5aac53f5886797e9a4e6a9bdd0d5351e35a5f8df /arch/arm/boot/dts/imx53-m53evk.dts | |
parent | ARM: dts: imx53: Fix 'usbphy@x' node with unit name and no reg property (diff) | |
download | linux-eff88d98ddfd24d1d5b004259bbcf3511297b06f.tar.xz linux-eff88d98ddfd24d1d5b004259bbcf3511297b06f.zip |
ARM: dts: imx53-m53evk: Fix 'led_gpio@0' node with unit name and no reg property
The following build warning is seen with W=1:
Warning (unit_address_vs_reg): Node /soc/aips@50000000/iomuxc@53fa8000/imx53-m53evk/led_gpio@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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-m53evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53evk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts index 9794a04fe2ee..fdbf525e4383 100644 --- a/arch/arm/boot/dts/imx53-m53evk.dts +++ b/arch/arm/boot/dts/imx53-m53evk.dts @@ -183,7 +183,7 @@ >; }; - led_pin_gpio: led_gpio@0 { + led_pin_gpio: led_gpio { fsl,pins = < MX53_PAD_PATA_DATA8__GPIO2_8 0x80000000 MX53_PAD_PATA_DATA9__GPIO2_9 0x80000000 |