Commit 4e073d73 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx53-ppd: Remove unnecessary #address/#size-cells



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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fbf983a9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -180,8 +180,6 @@ gpio-restart {

	power-gpio-keys {
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;

		power-button {
			label = "Power button";
@@ -192,8 +190,6 @@ power-button {

	touch-lock-key {
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;

		touch-lock-button {
			label = "Touch lock button";