Message ID | 20230824-tca9538-v1-2-ee3bf2065065@gmail.com |
---|---|
State | Accepted |
Commit | 1b961a75abfc043b2e5a8f97e1939d12242f4346 |
Headers | show |
Series | gpio: pca953x: add support for TCA9538 | expand |
diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml index fa116148ee90..99febb8ea1b6 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml @@ -66,6 +66,7 @@ properties: - ti,tca6408 - ti,tca6416 - ti,tca6424 + - ti,tca9538 - ti,tca9539 - ti,tca9554
The previous patch added support for this chip. Add its name to the list of allowed compatibles. Signed-off-by: Liam Beguin <liambeguin@gmail.com> --- Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 + 1 file changed, 1 insertion(+)