ARM: dts: pxa3xx: drop #address-cells and #size-cells from pinctrl node
The pinctrl node does not have any children, so the #address-cells and #size-cells properties are not needed. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
parent
a6da403dc9
commit
1b58392181
|
@ -151,8 +151,6 @@
|
|||
pinctrl: pinctrl@40e10000 {
|
||||
compatible = "pinconf-single";
|
||||
reg = <0x40e10000 0xffff>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
#pinctrl-cells = <1>;
|
||||
pinctrl-single,register-width = <32>;
|
||||
pinctrl-single,function-mask = <0x7>;
|
||||
|
|
Loading…
Reference in New Issue