ARM: dts: da850: fix W=1 warnings with pinmux node
authorSekhar Nori <nsekhar@ti.com>
Tue, 17 Apr 2018 12:36:00 +0000 (18:06 +0530)
committerSekhar Nori <nsekhar@ti.com>
Tue, 24 Apr 2018 09:00:53 +0000 (14:30 +0530)
commit94a82284ad4711b7f9fd78981fdc7a1cb645030b
tree7625163e50491f75782e2201c0246c0f4fa5f8ce
parent01de0be5c1a3a03d043fd28c2a6a6fef245c9ab8
ARM: dts: da850: fix W=1 warnings with pinmux node

Remove unused #address-cells and #size-cells from pinmux
node. This fixes W=1 warnings of the type:

arch/arm/boot/dts/da850-lcdk.dtb: Warning (avoid_unnecessary_addr_size): /soc@1c00000/pinmux@14120: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Tested on DA850 LCDK by checking output of:

/sys/kernel/debug/pinctrl/1c14120.pinmux-pinctrl-single/pins

before and after the change.

Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi