]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 12:55:34 +0000 (14:55 +0200)
commit7fc982d104f9df4daeb15df7cde6597b80fd15d7
tree87ea66c6a923671208b20de705f2435537576fea
parent16edc390600a2163b80f952d92c10b1b1f501e21
ARM: dts: da850: fix W=1 warnings with pinmux node

BugLink: http://bugs.launchpad.net/bugs/1794889
[ Upstream commit 94a82284ad4711b7f9fd78981fdc7a1cb645030b ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm/boot/dts/da850.dtsi