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

2020-12-10 Thread Manivannan Sadhasivam
On Thu, Dec 10, 2020 at 05:12:24PM +0800, Jisheng Zhang wrote: > On Tue, 10 Nov 2020 15:43:36 +0100 Linus Walleij > wrote: > > > > > > > > On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang > > wrote: > > > > > To remove similar errors as below for all snps dw gpio users: > > > > > > OF:

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

2020-12-10 Thread Jisheng Zhang
On Tue, 10 Nov 2020 15:43:36 +0100 Linus Walleij wrote: > > > On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang > 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

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

2020-11-10 Thread Linus Walleij
On Mon, Nov 9, 2020 at 10:07 AM Jisheng Zhang 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

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

2020-11-09 Thread Jisheng Zhang
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):