lkml.org 
[lkml]   [2023]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] media: cros-ec-cec: Add Constitution to the match table
Date
From: Stefan Adolfsson <sadolfsson@chromium.org>

Constitution has two HDMI ports which support CEC:
Port B is EC port 0
Port A is EC port 1

This patch depends on "media: cros-ec-cec: Add Dibbi to the match
table".

Signed-off-by: Stefan Adolfsson <sadolfsson@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 29f9a464857b..3c27349ce1d6 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -313,6 +313,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
{ "Google", "Lisbon", "0000:00:02.0", { "Port B" } },
/* Google Dibbi */
{ "Google", "Dibbi", "0000:00:02.0", { "Port D", "Port B" } },
+ /* Google Constitution */
+ { "Google", "Constitution", "0000:00:02.0", { "Port B", "Port A" } },
};

static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
--
2.41.0.694.ge786442a9b-goog
\
 
 \ /
  Last update: 2023-08-16 12:43    [W:0.023 / U:0.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site