* [PATCH] media: cros-ec-cec: Add Constitution to the match table
@ 2023-08-16 10:41 Stefan Adolfsson
2023-08-16 13:09 ` Guenter Roeck
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Adolfsson @ 2023-08-16 10:41 UTC (permalink / raw)
To: Hans Verkuil
Cc: Mauro Carvalho Chehab, Benson Leung, Guenter Roeck, Reka Norman,
linux-media, chrome-platform, linux-kernel, Stefan Adolfsson
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] media: cros-ec-cec: Add Constitution to the match table
2023-08-16 10:41 [PATCH] media: cros-ec-cec: Add Constitution to the match table Stefan Adolfsson
@ 2023-08-16 13:09 ` Guenter Roeck
0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2023-08-16 13:09 UTC (permalink / raw)
To: Stefan Adolfsson
Cc: Hans Verkuil, Mauro Carvalho Chehab, Benson Leung, Guenter Roeck,
Reka Norman, linux-media, chrome-platform, linux-kernel
On Wed, Aug 16, 2023 at 3:42 AM Stefan Adolfsson
<sadolfsson@chromium.org> wrote:
>
> 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>
Reviewed-by: Guenter Roeck <groeck@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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-16 13:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 10:41 [PATCH] media: cros-ec-cec: Add Constitution to the match table Stefan Adolfsson
2023-08-16 13:09 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox