linux-kernel.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

* Re: [PATCH] ARM: dts: am33xx: Remove unnecessary properties
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2018-12-11 16:36 UTC (permalink / raw)
  To: Felix Brack
  Cc: linux-omap, devicetree, bcousson, mpfj, mark.rutland, robh+dt,
	linux, linux-kernel

* Felix Brack <fb@ltec.ch> [181210 05:25]:
> Remove the unnecessary properties #address-cells and #size-cells
> of node pinmux as there are no child-nodes with property reg.

Applying into omap-for-v4.21/dt thanks.

Tony

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

* Re: [PATCH] ARM: dts: am33xx: Remove unnecessary properties
  2018-12-11 16:36 ` Tony Lindgren
@ 2018-12-11 16:43   ` Tony Lindgren
  2018-12-14 15:11     ` Felix Brack
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2018-12-11 16:43 UTC (permalink / raw)
  To: Felix Brack
  Cc: linux-omap, devicetree, bcousson, mpfj, mark.rutland, robh+dt,
	linux, linux-kernel

* Tony Lindgren <tony@atomide.com> [181211 16:36]:
> * Felix Brack <fb@ltec.ch> [181210 05:25]:
> > Remove the unnecessary properties #address-cells and #size-cells
> > of node pinmux as there are no child-nodes with property reg.
> 
> Applying into omap-for-v4.21/dt thanks.

Actually this currently conflicts with the pending
am33xx l4 ti-sysc changes, so let's wait on this
one to avoid causing merge conflicts between
branches.

So dropping for now.

Regards,

Tony

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

* Re: [PATCH] ARM: dts: am33xx: Remove unnecessary properties
  2018-12-11 16:43   ` Tony Lindgren
@ 2018-12-14 15:11     ` Felix Brack
  2018-12-14 15:18       ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Brack @ 2018-12-14 15:11 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: linux-omap, devicetree, bcousson, mpfj, mark.rutland, robh+dt,
	linux, linux-kernel

Hi Tony,

On 11.12.2018 17:43, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [181211 16:36]:
>> * Felix Brack <fb@ltec.ch> [181210 05:25]:
>>> Remove the unnecessary properties #address-cells and #size-cells
>>> of node pinmux as there are no child-nodes with property reg.
>>
>> Applying into omap-for-v4.21/dt thanks.
> 
> Actually this currently conflicts with the pending
> am33xx l4 ti-sysc changes, so let's wait on this
> one to avoid causing merge conflicts between
> branches.
>
Okay, I see. The changes introduced by my patch would then affect the
new file am33xx-l4.dtsi instead of am33xx.dtsi

> So dropping for now.
>
Will you "apply" my patch once the am33xx l4 ti-sysc changes are applied
or do you expect me to send V2 patch (to be applied to the new
am33xx-l4.dtsi) ?

regards, Felix

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

* Re: [PATCH] ARM: dts: am33xx: Remove unnecessary properties
  2018-12-14 15:11     ` Felix Brack
@ 2018-12-14 15:18       ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2018-12-14 15:18 UTC (permalink / raw)
  To: Felix Brack
  Cc: linux-omap, devicetree, bcousson, mpfj, mark.rutland, robh+dt,
	linux, linux-kernel

* Felix Brack <fb@ltec.ch> [181214 15:12]:
> Hi Tony,
> 
> On 11.12.2018 17:43, Tony Lindgren wrote:
> > * Tony Lindgren <tony@atomide.com> [181211 16:36]:
> >> * Felix Brack <fb@ltec.ch> [181210 05:25]:
> >>> Remove the unnecessary properties #address-cells and #size-cells
> >>> of node pinmux as there are no child-nodes with property reg.
> >>
> >> Applying into omap-for-v4.21/dt thanks.
> > 
> > Actually this currently conflicts with the pending
> > am33xx l4 ti-sysc changes, so let's wait on this
> > one to avoid causing merge conflicts between
> > branches.
> >
> Okay, I see. The changes introduced by my patch would then affect the
> new file am33xx-l4.dtsi instead of am33xx.dtsi

Yup, and I wanted to keep the am33xx-l4.dtsi in a separate
branch from the rest of the dts changes.

> > So dropping for now.
> >
> Will you "apply" my patch once the am33xx l4 ti-sysc changes are applied
> or do you expect me to send V2 patch (to be applied to the new
> am33xx-l4.dtsi) ?

I'd prefer you to send an updated version against
Linux next as the am33xx-l4.dtsi changes have been
in next for a while now. It is unlikely at this point
that they would not get merged, but I'd rather wait
a bit before applying to avoid mixing the two otherwise
independent branches :)

Regards,

Tony

^ permalink raw reply	[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).