Re: [PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property

2024-12-20 Thread Bartosz Golaszewski
On Fri, Dec 20, 2024 at 2:02 PM Dave Stevenson wrote: > > Hi Linus > > On Fri, 20 Dec 2024 at 12:50, Linus Walleij wrote: > > > > On Thu, Dec 12, 2024 at 7:36 PM Dave Stevenson > > wrote: > > > > > gpio-line-names is a generic property that can be supported by any > > > GPIO controller, so permi

Re: [PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property

2024-12-20 Thread Dave Stevenson
Hi Linus On Fri, 20 Dec 2024 at 12:50, Linus Walleij wrote: > > On Thu, Dec 12, 2024 at 7:36 PM Dave Stevenson > wrote: > > > gpio-line-names is a generic property that can be supported by any > > GPIO controller, so permit it through the binding. > > > > It is permitted to have a variable numbe

Re: [PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property

2024-12-20 Thread Linus Walleij
On Thu, Dec 12, 2024 at 7:36 PM Dave Stevenson wrote: > gpio-line-names is a generic property that can be supported by any > GPIO controller, so permit it through the binding. > > It is permitted to have a variable number of GPIOs per node based > on brcm,gpio-bank-widths, so define an arbitrary

Re: [PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property

2024-12-13 Thread Krzysztof Kozlowski
On Thu, Dec 12, 2024 at 06:36:30PM +, Dave Stevenson wrote: > gpio-line-names is a generic property that can be supported by any > GPIO controller, so permit it through the binding. > > It is permitted to have a variable number of GPIOs per node based > on brcm,gpio-bank-widths, so define an a

Re: [PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property

2024-12-12 Thread Florian Fainelli
On 12/12/24 10:36, Dave Stevenson wrote: gpio-line-names is a generic property that can be supported by any GPIO controller, so permit it through the binding. It is permitted to have a variable number of GPIOs per node based on brcm,gpio-bank-widths, so define an arbitrary maximum number of item

[PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property

2024-12-12 Thread Dave Stevenson
gpio-line-names is a generic property that can be supported by any GPIO controller, so permit it through the binding. It is permitted to have a variable number of GPIOs per node based on brcm,gpio-bank-widths, so define an arbitrary maximum number of items based on current users. Signed-off-by: D