This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: platform: cros-ec: Add Dita to the match table
Author:  Kells Ping <kells.p...@quanta.corp-partner.google.com>
Date:    Tue Feb 6 15:49:26 2024 +0800

The Google Dita device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Kells Ping <kells.p...@quanta.corp-partner.google.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 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 52ec0ba4b339..48ed2993d2f0 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -326,6 +326,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Taranza", "0000:00:02.0", port_db_conns },
        /* Google Dexi */
        { "Google", "Dexi", "0000:00:02.0", port_db_conns },
+       /* Google Dita */
+       { "Google", "Dita", "0000:00:02.0", port_db_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,

Reply via email to