summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-05-06 22:03:40 -0300
committerShawn Guo <shawnguo@kernel.org>2018-05-14 22:08:04 +0800
commit6b8d1f572cfc1aa02a6306023ee926d236720b07 (patch)
tree21a9876f30e1a1e25032ac23ab5284132e327ae5
parent8206be2903b7c41ff2452191560c6f64640ff5bd (diff)
downloadlinux-6b8d1f572cfc1aa02a6306023ee926d236720b07.tar.gz
ARM: dts: imx28-duckbill-2-enocean: Remove unnecessary #address/#size-cells
Remove unnecessary #address-cells/#size-cells to fix the following
DTC warnings:

arch/arm/boot/dts/imx28-duckbill-2-enocean.dtb: Warning (avoid_unnecessary_addr_size): /gpio-keys: unnecessary #address-cells/#size-cells without "ranges" or child "reg" propert

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx28-duckbill-2-enocean.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-duckbill-2-enocean.dts b/arch/arm/boot/dts/imx28-duckbill-2-enocean.dts
index 7f8d40a9c67e..22215337f72a 100644
--- a/arch/arm/boot/dts/imx28-duckbill-2-enocean.dts
+++ b/arch/arm/boot/dts/imx28-duckbill-2-enocean.dts
@@ -206,8 +206,6 @@
 
 	gpio-keys {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&enocean_button>;