media: platform: cros-ec: Add Taranza to the match table
authorKen Lin <ken_lin5@hotmail.com>
Thu, 5 Oct 2023 01:38:41 +0000 (09:38 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 7 Oct 2023 08:55:46 +0000 (10:55 +0200)
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>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

index dbee25b138ff9f2d5848f6d5e938616fc72328c9..42dde3f0dbdef5d30629c7b8989fbe56b3d9e739 100644 (file)
@@ -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,