From: Stefan Adolfsson <sadolfsson@chromium.org>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
Benson Leung <bleung@chromium.org>,
Guenter Roeck <groeck@chromium.org>,
Reka Norman <rekanorman@chromium.org>,
linux-media@vger.kernel.org, chrome-platform@lists.linux.dev,
linux-kernel@vger.kernel.org,
Stefan Adolfsson <sadolfsson@chromium.org>
Subject: [PATCH] media: cros-ec-cec: Add Constitution to the match table
Date: Wed, 16 Aug 2023 12:41:25 +0200 [thread overview]
Message-ID: <20230816104125.712370-1-sadolfsson@google.com> (raw)
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
next reply other threads:[~2023-08-16 10:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 10:41 Stefan Adolfsson [this message]
2023-08-16 13:09 ` [PATCH] media: cros-ec-cec: Add Constitution to the match table Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230816104125.712370-1-sadolfsson@google.com \
--to=sadolfsson@chromium.org \
--cc=bleung@chromium.org \
--cc=chrome-platform@lists.linux.dev \
--cc=groeck@chromium.org \
--cc=hverkuil-cisco@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=rekanorman@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox