mbox series

[0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios"

Message ID 20201109170258.4a70c768@xhacker.debian (mailing list archive)
Headers show
Series arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios" | expand

Message

Jisheng Zhang Nov. 9, 2020, 9:02 a.m. UTC
To remove similar errors as below for all snps dw gpio users:
    
OF: /...gpio-port@0: could not find phandle

Commit 7569486d79ae ("gpio: dwapb: Add ngpios DT-property support")
explained the reason of above errors well and added the generic
"ngpios" property, let's use it.

Jisheng Zhang (8):
  arm64: dts: socfpga: Use generic "ngpios" rather than "snps,nr-gpios"
  arm64: dts: apm: Use generic "ngpios" rather than "snps,nr-gpios"
  arm64: dts: bitmain: Use generic "ngpios" rather than "snps,nr-gpios"
  arm64: dts: hisilicon: Use generic "ngpios" rather than
    "snps,nr-gpios"
  arm64: dts: agilex: Use generic "ngpios" rather than "snps,nr-gpios"
  arm64: dts: synaptics: Use generic "ngpios" rather than
    "snps,nr-gpios"
  ARM: dts: berlin: Use generic "ngpios" rather than "snps,nr-gpios"
  ARM: dts: socfgpa: Use generic "ngpios" rather than "snps,nr-gpios"

 arch/arm/boot/dts/berlin2.dtsi                    | 12 ++++++------
 arch/arm/boot/dts/berlin2cd.dtsi                  | 12 ++++++------
 arch/arm/boot/dts/berlin2q.dtsi                   | 12 ++++++------
 arch/arm/boot/dts/socfpga.dtsi                    |  6 +++---
 arch/arm/boot/dts/socfpga_arria10.dtsi            |  6 +++---
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi |  4 ++--
 arch/arm64/boot/dts/apm/apm-shadowcat.dtsi        |  2 +-
 arch/arm64/boot/dts/apm/apm-storm.dtsi            |  2 +-
 arch/arm64/boot/dts/bitmain/bm1880.dtsi           |  6 +++---
 arch/arm64/boot/dts/hisilicon/hip05.dtsi          |  4 ++--
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi     |  4 ++--
 arch/arm64/boot/dts/synaptics/as370.dtsi          |  4 ++--
 arch/arm64/boot/dts/synaptics/berlin4ct.dtsi      | 12 ++++++------
 13 files changed, 43 insertions(+), 43 deletions(-)

Comments

Linus Walleij Nov. 10, 2020, 2:43 p.m. UTC | #1
On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang
<Jisheng.Zhang@synaptics.com> wrote:

> To remove similar errors as below for all snps dw gpio users:
>
> OF: /...gpio-port@0: could not find phandle
>
> Commit 7569486d79ae ("gpio: dwapb: Add ngpios DT-property support")
> explained the reason of above errors well and added the generic
> "ngpios" property, let's use it.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
For all 8 patches.

Thanks for cleaning this up!

Yours,
Linus Walleij
Jisheng Zhang Dec. 10, 2020, 9:12 a.m. UTC | #2
On Tue, 10 Nov 2020 15:43:36 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:


> 
> 
> On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang
> <Jisheng.Zhang@synaptics.com> wrote:
> 
> > To remove similar errors as below for all snps dw gpio users:
> >
> > OF: /...gpio-port@0: could not find phandle
> >
> > Commit 7569486d79ae ("gpio: dwapb: Add ngpios DT-property support")
> > explained the reason of above errors well and added the generic
> > "ngpios" property, let's use it.  
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> For all 8 patches.

> Thanks for cleaning this up!
> 
> Yours,
> Linus Walleij

Hi all,

I merged patch6 and patch7 to berlin, will send out a berlin SoC dts
Pull-Request today.

For other patches, I see Wei has taken patch4, will other patches be
taken by each SoC maintainers?

thanks
Manivannan Sadhasivam Dec. 10, 2020, 9:33 a.m. UTC | #3
On Thu, Dec 10, 2020 at 05:12:24PM +0800, Jisheng Zhang wrote:
> On Tue, 10 Nov 2020 15:43:36 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
> 
> 
> > 
> > 
> > On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang
> > <Jisheng.Zhang@synaptics.com> wrote:
> > 
> > > To remove similar errors as below for all snps dw gpio users:
> > >
> > > OF: /...gpio-port@0: could not find phandle
> > >
> > > Commit 7569486d79ae ("gpio: dwapb: Add ngpios DT-property support")
> > > explained the reason of above errors well and added the generic
> > > "ngpios" property, let's use it.  
> > 
> > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> > For all 8 patches.
> 
> > Thanks for cleaning this up!
> > 
> > Yours,
> > Linus Walleij
> 
> Hi all,
> 
> I merged patch6 and patch7 to berlin, will send out a berlin SoC dts
> Pull-Request today.
> 
> For other patches, I see Wei has taken patch4, will other patches be
> taken by each SoC maintainers?

For bitmain platform, I don't have any other patches this cylce. So I'll
just send this patch directly to soc@kernel.org.

Thanks,
Mani

> 
> thanks