gpio: pca953x: Add ti,tca9554 compatible string
authorPhil Elwell <phil@raspberrypi.com>
Mon, 6 Mar 2023 21:04:05 +0000 (21:04 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:28 +0000 (11:33 +0000)
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/gpio/gpio-pca953x.c

index bdd50a7..52923f6 100644 (file)
@@ -1345,6 +1345,7 @@ static const struct of_device_id pca953x_dt_ids[] = {
        { .compatible = "ti,tca6424", .data = OF_953X(24, PCA_INT), },
        { .compatible = "ti,tca9538", .data = OF_953X( 8, PCA_INT), },
        { .compatible = "ti,tca9539", .data = OF_953X(16, PCA_INT), },
+       { .compatible = "ti,tca9554", .data = OF_953X( 8, PCA_INT), },
 
        { .compatible = "onnn,cat9554", .data = OF_953X( 8, PCA_INT), },
        { .compatible = "onnn,pca9654", .data = OF_953X( 8, PCA_INT), },