diff mbox series

[2/7] ARM: dts: pxa3xx: drop #address-cells and #size-cells from pinctrl node

Message ID 20181130175543.32628-3-daniel@zonque.org (mailing list archive)
State New, archived
Headers show
Series ARM: dts: fixes and additions for pxa platform | expand

Commit Message

Daniel Mack Nov. 30, 2018, 5:55 p.m. UTC
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>
---
 arch/arm/boot/dts/pxa3xx.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Robert Jarzmik Dec. 1, 2018, 1:31 p.m. UTC | #1
Daniel Mack <daniel@zonque.org> writes:

> 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>
Applied to pxa/dt, thanks.

Cheers.

--
Robert
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi
index 264f681bebd9..eb3223e85f9a 100644
--- a/arch/arm/boot/dts/pxa3xx.dtsi
+++ b/arch/arm/boot/dts/pxa3xx.dtsi
@@ -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>;