mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
25 lines
1,010 B
Diff
25 lines
1,010 B
Diff
From e6ead343c62059927276a6f20e14d60fdb5a8171 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 6 Mar 2023 21:04:05 +0000
|
|
Subject: [PATCH 0416/1002] gpio: pca953x: Add ti,tca9554 compatible string
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
drivers/gpio/gpio-pca953x.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
|
|
index bdd50a78e414..52923f616222 100644
|
|
--- a/drivers/gpio/gpio-pca953x.c
|
|
+++ b/drivers/gpio/gpio-pca953x.c
|
|
@@ -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), },
|
|
--
|
|
2.44.0
|
|
|