summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Franchi <marco.franchi@nxp.com>2017-10-20 13:48:26 -0200
committerShawn Guo <shawnguo@kernel.org>2017-10-23 08:29:15 +0800
commitdd3421904fbbe6fd3825d873155b2586ee429b05 (patch)
tree515aaa7c9c1edbce43dfb0dcde99526a2927bef4
parenteff88d98ddfd24d1d5b004259bbcf3511297b06f (diff)
ARM: dts: imx53-qsb-common: Fix 'led_gpio7_7@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-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>
-rw-r--r--arch/arm/boot/dts/imx53-qsb-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-qsb-common.dtsi b/arch/arm/boot/dts/imx53-qsb-common.dtsi
index d5adf331f83d..3c71de88ff02 100644
--- a/arch/arm/boot/dts/imx53-qsb-common.dtsi
+++ b/arch/arm/boot/dts/imx53-qsb-common.dtsi
@@ -172,7 +172,7 @@
>;
};
- 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
>;