public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH: linux-next] ARM: dts: am33xx: Remove unnecessary properties
@ 2018-12-18 14:39 Felix Brack
  2019-01-19 17:38 ` Felix Brack
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Brack @ 2018-12-18 14:39 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-l4.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi
index 7b818d9d2eab..e957370f8aec 100644
--- a/arch/arm/boot/dts/am33xx-l4.dtsi
+++ b/arch/arm/boot/dts/am33xx-l4.dtsi
@@ -288,8 +288,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] 4+ messages in thread

end of thread, other threads:[~2019-01-24 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18 14:39 [PATCH: linux-next] ARM: dts: am33xx: Remove unnecessary properties Felix Brack
2019-01-19 17:38 ` Felix Brack
2019-01-21 17:13   ` Tony Lindgren
2019-01-24 16:16     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox