linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH: linux-next] ARM: dts: am33xx: Remove unnecessary properties
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Brack @ 2019-01-19 17:38 UTC (permalink / raw)
  To: Felix Brack, linux-omap, devicetree
  Cc: tony, bcousson, mpfj, mark.rutland, robh+dt, linux, linux-kernel

Hi Tony,
On 18.12.18 15:39, Felix Brack wrote:
> 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>;
> 

Just a gentle ping. BTW: the patch applies not just to linux-next 
correctly but now also to linux.

regards Felix

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

* Re: [PATCH: linux-next] ARM: dts: am33xx: Remove unnecessary properties
  2019-01-19 17:38 ` Felix Brack
@ 2019-01-21 17:13   ` Tony Lindgren
  2019-01-24 16:16     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2019-01-21 17:13 UTC (permalink / raw)
  To: Felix Brack
  Cc: linux-omap, devicetree, bcousson, mpfj, mark.rutland, robh+dt,
	linux, linux-kernel

* Felix Brack <fb@ltec.ch> [190119 17:38]:
> Hi Tony,
> On 18.12.18 15:39, Felix Brack wrote:
> > 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>;
> > 
> 
> Just a gentle ping. BTW: the patch applies not just to linux-next correctly
> but now also to linux.

Sorry I'm still struggling with pending regressions for
the -rc cycle.. I should get to applying patches for next
merge window this week though.

Regards,

Tony

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

* Re: [PATCH: linux-next] ARM: dts: am33xx: Remove unnecessary properties
  2019-01-21 17:13   ` Tony Lindgren
@ 2019-01-24 16:16     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2019-01-24 16:16 UTC (permalink / raw)
  To: Felix Brack
  Cc: linux-omap, devicetree, bcousson, mpfj, mark.rutland, robh+dt,
	linux, linux-kernel

* Tony Lindgren <tony@atomide.com> [190121 17:13]:
> * Felix Brack <fb@ltec.ch> [190119 17:38]:
> > Hi Tony,
> > On 18.12.18 15:39, Felix Brack wrote:
> > > 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>;
> > > 
> > 
> > Just a gentle ping. BTW: the patch applies not just to linux-next correctly
> > but now also to linux.
> 
> Sorry I'm still struggling with pending regressions for
> the -rc cycle.. I should get to applying patches for next
> merge window this week though.

Applying into omap-for-v5.1/dt finally today thanks.

Tony

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).