Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am33xx: Remove unnecessary properties

Remove the unnecessary properties #address-cells and #size-cells
of node pinmux as there are no child-nodes with property reg.

Signed-off-by: Felix Brack <fb@ltec.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Felix Brack and committed by
Tony Lindgren
7da10df9 a1180293

-2
-2
arch/arm/boot/dts/am33xx-l4.dtsi
··· 288 288 am33xx_pinmux: pinmux@800 { 289 289 compatible = "pinctrl-single"; 290 290 reg = <0x800 0x238>; 291 - #address-cells = <1>; 292 - #size-cells = <0>; 293 291 #pinctrl-cells = <1>; 294 292 pinctrl-single,register-width = <32>; 295 293 pinctrl-single,function-mask = <0x7f>;