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:
Daniel Mack 2018-11-30 18:55:38 +01:00 committed by Robert Jarzmik
parent a6da403dc9
commit 1b58392181

View File

@ -151,8 +151,6 @@ pxairq: interrupt-controller@40d00000 {
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>;