chrome-platform.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: platform: cros-ec: Add Gladios/Lisbon to the match table
@ 2023-03-07 12:58 Kevin Chiu
  0 siblings, 0 replies; only message in thread
From: Kevin Chiu @ 2023-03-07 12:58 UTC (permalink / raw)
  To: bleung, mchehab
  Cc: groeck, linux-media, chrome-platform, linux-kernel, Kevin Chiu

The Google Gladios/Lisbon device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com>
---
 drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
index 6ebedc71d67d..96c4c055d691 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -225,6 +225,10 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
 	{ "Google", "Kinox", "0000:00:02.0", "Port B" },
 	/* Google Kuldax */
 	{ "Google", "Kuldax", "0000:00:02.0", "Port B" },
+	/* Google Gladios */
+	{ "Google", "Gladios", "0000:00:02.0", "Port B" },
+	/* Google Lisbon */
+	{ "Google", "Lisbon", "0000:00:02.0", "Port B" },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
-- 
2.38.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-07 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 12:58 [PATCH] media: platform: cros-ec: Add Gladios/Lisbon to the match table Kevin Chiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).