Message ID | 20220915114803.26185-2-shubhrajyoti.datta@amd.com |
---|---|
State | Superseded, archived |
Headers | show |
Series | gpio: pca9570: add slg7xl45106 support | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 15/09/2022 12:48, Shubhrajyoti Datta wrote: > This patch adds compatible string for the SLG7XL45106, > I2C GPO expander. > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, Sep 15, 2022 at 1:48 PM Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> wrote: > This patch adds compatible string for the SLG7XL45106, > I2C GPO expander. > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml index 1acaa0a3d35a..48bf414aa50e 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml @@ -12,6 +12,7 @@ maintainers: properties: compatible: enum: + - dlg,slg7xl45106 - nxp,pca9570 - nxp,pca9571
This patch adds compatible string for the SLG7XL45106, I2C GPO expander. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> --- v2: add alphabetically Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 1 + 1 file changed, 1 insertion(+)