devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am33xx: Remove unnecessary properties
@ 2018-12-10 13:24 Felix Brack
  2018-12-11 16:36 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Brack @ 2018-12-10 13:24 UTC (permalink / raw)
  To: linux-omap, devicetree
  Cc: tony, bcousson, mpfj, mark.rutland, robh+dt, linux, linux-kernel,
	Felix Brack

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@ltec.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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-14 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-10 13:24 [PATCH] ARM: dts: am33xx: Remove unnecessary properties Felix Brack
2018-12-11 16:36 ` Tony Lindgren
2018-12-11 16:43   ` Tony Lindgren
2018-12-14 15:11     ` Felix Brack
2018-12-14 15:18       ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).