[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181210132448.7865-1-fb@ltec.ch>
Date: Mon, 10 Dec 2018 14:24:48 +0100
From: Felix Brack <fb@...c.ch>
To: linux-omap@...r.kernel.org, devicetree@...r.kernel.org
Cc: tony@...mide.com, bcousson@...libre.com, mpfj@...flow.co.uk,
mark.rutland@....com, robh+dt@...nel.org, linux@...linux.org.uk,
linux-kernel@...r.kernel.org, Felix Brack <fb@...c.ch>
Subject: [PATCH] ARM: dts: am33xx: Remove unnecessary properties
Remove the unnecessary properties #address-cells and #size-cells
of node pinmux as there are no child-nodes with property reg.
Signed-off-by: Felix Brack <fb@...c.ch>
---
arch/arm/boot/dts/am33xx.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index d3dd6a16e70a..d640cdffe355 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -208,8 +208,6 @@
am33xx_pinmux: pinmux@800 {
compatible = "pinctrl-single";
reg = <0x800 0x238>;
- #address-cells = <1>;
- #size-cells = <0>;
#pinctrl-cells = <1>;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0x7f>;
--
2.17.1
Powered by blists - more mailing lists