lkml.org 
[lkml]   [2023]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 9/9] media: cros-ec-cec: Add Dibbi to the match table
Date
Dibbi has two HDMI ports which support CEC:
Port D is EC port 0
Port B is EC port 1

Signed-off-by: Reka Norman <rekanorman@chromium.org>
---

drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
1 file changed, 2 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 cfc0a204d591..29f9a464857b 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -311,6 +311,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
{ "Google", "Gladios", "0000:00:02.0", { "Port B" } },
/* Google Lisbon */
{ "Google", "Lisbon", "0000:00:02.0", { "Port B" } },
+ /* Google Dibbi */
+ { "Google", "Dibbi", "0000:00:02.0", { "Port D", "Port B" } },
};

static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
--
2.41.0.640.ga95def55d0-goog
\
 
 \ /
  Last update: 2023-08-14 06:38    [W:0.120 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site