chrome-platform.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Ken Lin <ken_lin5@hotmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: groeck@chromium.org, "Benson Leung" <bleung@chromium.org>,
	"Hans Verkuil" <hverkuil-cisco@xs4all.nl>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Reka Norman" <rekanorman@chromium.org>,
	"Stefan Adolfsson" <sadolfsson@chromium.org>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	chrome-platform@lists.linux.dev, linux-media@vger.kernel.org,
	"rasheed.hsueh" <rasheed.hsueh@lcfc.corp-partner.google.com>
Subject: [2/2] media: platform: cros-ec: Add Taranza to the match table
Date: Thu,  5 Oct 2023 09:38:41 +0800	[thread overview]
Message-ID: <KL1PR01MB380965F8A7FA341F880FDDD5AECAA@KL1PR01MB3809.apcprd01.prod.exchangelabs.com> (raw)
In-Reply-To: <20231005093804.1.I63e353b5d722f212d2979e0b9af36f08680898a7@changeid>

Taranza has two HDMI ports which support CEC:
Port D is EC port 0
Port B is EC port 1

Signed-off-by: Ken Lin <ken_lin5@hotmail.com>
---

 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 dbee25b138ff..42dde3f0dbde 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -322,6 +322,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
 	{ "Google", "Constitution", "0000:00:02.0", port_ba_conns },
 	/* Google Boxy */
 	{ "Google", "Boxy", "0000:00:02.0", port_d_conns },
+	/* Google Taranza */
+	{ "Google", "Taranza", "0000:00:02.0", port_db_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
-- 
2.25.1


           reply	other threads:[~2023-10-05  1:41 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20231005093804.1.I63e353b5d722f212d2979e0b9af36f08680898a7@changeid>]

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=KL1PR01MB380965F8A7FA341F880FDDD5AECAA@KL1PR01MB3809.apcprd01.prod.exchangelabs.com \
    --to=ken_lin5@hotmail.com \
    --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=rasheed.hsueh@lcfc.corp-partner.google.com \
    --cc=rekanorman@chromium.org \
    --cc=sadolfsson@chromium.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).