devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: dts: imx53-ppd: Remove unnecessary #address/#size-cells
@ 2018-04-23 19:50 Fabio Estevam
  2018-04-23 19:50 ` [PATCH 2/5] ARM: dts: imx6dl-aristainetos2_4: Remove #address/#size-cells from display0 Fabio Estevam
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Fabio Estevam @ 2018-04-23 19:50 UTC (permalink / raw)
  To: shawnguo; +Cc: Fabio Estevam, devicetree, robh+dt, linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Remove unnecessary #address-cells/#size-cells to fix the following
DTC warnings:

arch/arm/boot/dts/imx53-ppd.dtb: Warning (avoid_unnecessary_addr_size): /power-gpio-keys: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
arch/arm/boot/dts/imx53-ppd.dtb: Warning (avoid_unnecessary_addr_size): /touch-lock-key: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/imx53-ppd.dts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts
index d5628af..c394857 100644
--- a/arch/arm/boot/dts/imx53-ppd.dts
+++ b/arch/arm/boot/dts/imx53-ppd.dts
@@ -180,8 +180,6 @@
 
 	power-gpio-keys {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 
 		power-button {
 			label = "Power button";
@@ -192,8 +190,6 @@
 
 	touch-lock-key {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 
 		touch-lock-button {
 			label = "Touch lock button";
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-03  3:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23 19:50 [PATCH 1/5] ARM: dts: imx53-ppd: Remove unnecessary #address/#size-cells Fabio Estevam
2018-04-23 19:50 ` [PATCH 2/5] ARM: dts: imx6dl-aristainetos2_4: Remove #address/#size-cells from display0 Fabio Estevam
2018-04-23 19:50 ` [PATCH 3/5] ARM: dts: imx6q-b850v3: Remove #address/#size-cells from stdp2690 Fabio Estevam
2018-04-23 19:50 ` [PATCH 4/5] ARM: dts: imx6q-utilite-pro: Remove #address/#size-cells from encoder Fabio Estevam
2018-04-23 19:50 ` [PATCH 5/5] ARM: dts: imx6q-var-dt6customboard: Remove #address/#size-cells from gpio-keys Fabio Estevam
2018-04-24 16:04 ` [PATCH 1/5] ARM: dts: imx53-ppd: Remove unnecessary #address/#size-cells Sebastian Reichel
2018-05-03  3:30 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).