diff options
author | Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> | 2022-10-26 18:15:41 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2022-10-27 10:21:46 +0300 |
commit | f7ec74c14f24d78f054efd4ddbda0b4a174cf39f (patch) | |
tree | c6e73a15a47910133a47b42f153c1f530446a0f6 /Documentation/devicetree/bindings/gpio | |
parent | b4e83d369015e3045418ca86984c3cd8dcf5a365 (diff) | |
download | linux-f7ec74c14f24d78f054efd4ddbda0b4a174cf39f.tar.xz |
dt-bindings: gpio: pca9570: Add compatible for slg7xl45106
This patch adds compatible string for the SLG7XL45106,
I2C GPO expander.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |