[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230330095941.428122-5-francesco@dolcini.it>
Date: Thu, 30 Mar 2023 11:59:39 +0200
From: Francesco Dolcini <francesco@...cini.it>
To: Andrzej Hajda <andrzej.hajda@...el.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Robert Foss <rfoss@...nel.org>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Jonas Karlman <jonas@...boo.se>,
Jernej Skrabec <jernej.skrabec@...il.com>,
dri-devel@...ts.freedesktop.org
Cc: Francesco Dolcini <francesco.dolcini@...adex.com>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>, linux-kernel@...r.kernel.org
Subject: [PATCH v1 4/6] drm/bridge: tc358768: Add TC9594
From: Francesco Dolcini <francesco.dolcini@...adex.com>
Add TC9594 ids, from the software point of view this is fully compatible
with tc358768, the only difference is the automotive qualification.
Signed-off-by: Francesco Dolcini <francesco.dolcini@...adex.com>
---
drivers/gpu/drm/bridge/tc358768.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/bridge/tc358768.c b/drivers/gpu/drm/bridge/tc358768.c
index 7c0cbe84611b..f4499ae7bee6 100644
--- a/drivers/gpu/drm/bridge/tc358768.c
+++ b/drivers/gpu/drm/bridge/tc358768.c
@@ -991,6 +991,7 @@ static const struct regmap_config tc358768_regmap_config = {
static const struct i2c_device_id tc358768_i2c_ids[] = {
{ "tc358768", 0 },
{ "tc358778", 0 },
+ { "tc9594", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, tc358768_i2c_ids);
@@ -998,6 +999,7 @@ MODULE_DEVICE_TABLE(i2c, tc358768_i2c_ids);
static const struct of_device_id tc358768_of_ids[] = {
{ .compatible = "toshiba,tc358768", },
{ .compatible = "toshiba,tc358778", },
+ { .compatible = "toshiba,tc9594", },
{ }
};
MODULE_DEVICE_TABLE(of, tc358768_of_ids);
--
2.25.1
Powered by blists - more mailing lists