Message ID | 20230210025132.36605-1-twoerner@gmail.com |
---|---|
State | Accepted |
Commit | dc3c7404ed76870bec52e2f0760bc150b173e57e |
Headers | show |
Series | [v3,1/2] dt-bindings: gpio: nxp,pcf8575: add gpio-line-names | expand |
On Fri, Feb 10, 2023 at 3:51 AM Trevor Woerner <twoerner@gmail.com> wrote: > The devices described in this binding represent 8-bit and 16-bit i2c i/o > expanders. Allow the user to specify names for up to 16 gpio lines. > > Signed-off-by: Trevor Woerner <twoerner@gmail.com> > --- > changes since v2: > - expand maxItems to 16 to accommodate that some of the io expanders > covered in this schema are 16-bit (e.g. PCA9675) This v3 patch applied for the next kernel (v6.4). Don't expect to see it in linux-next until after the merge window. I applied it so I don't forget about it later. Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/gpio/nxp,pcf8575.yaml b/Documentation/devicetree/bindings/gpio/nxp,pcf8575.yaml index f0ff66c4c74e..3718103e966a 100644 --- a/Documentation/devicetree/bindings/gpio/nxp,pcf8575.yaml +++ b/Documentation/devicetree/bindings/gpio/nxp,pcf8575.yaml @@ -39,6 +39,10 @@ properties: reg: maxItems: 1 + gpio-line-names: + minItems: 1 + maxItems: 16 + gpio-controller: true '#gpio-cells':
The devices described in this binding represent 8-bit and 16-bit i2c i/o expanders. Allow the user to specify names for up to 16 gpio lines. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- changes since v2: - expand maxItems to 16 to accommodate that some of the io expanders covered in this schema are 16-bit (e.g. PCA9675) changes since v1: - the original said [PATCH 1/2], there is no 2/2 (or at least there wasn't back then) --- Documentation/devicetree/bindings/gpio/nxp,pcf8575.yaml | 4 ++++ 1 file changed, 4 insertions(+)