From: Daniel Mack Date: Fri, 30 Nov 2018 17:55:38 +0000 (+0100) Subject: ARM: dts: pxa3xx: drop #address-cells and #size-cells from pinctrl node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b583921815cde6487f3f04b92730233d3ff7bd9;p=linux.git 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 Signed-off-by: Robert Jarzmik --- diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 264f681bebd98..eb3223e85f9a8 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>;