Commit 1b583921 authored by Daniel Mack's avatar Daniel Mack Committed by Robert Jarzmik

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: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent a6da403d
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment