media: platform: cros-ec: Add Dexi to the match table
authorKen Lin <ken_lin5@hotmail.com>
Wed, 22 Nov 2023 01:24:43 +0000 (02:24 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 23 Nov 2023 12:39:09 +0000 (13:39 +0100)
The Google Dexi device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Ken Lin <ken_lin5@hotmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

index 42dde3f0dbdef5d30629c7b8989fbe56b3d9e739..52ec0ba4b3393f77af6f093be0599933156e3cb7 100644 (file)
@@ -324,6 +324,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Boxy", "0000:00:02.0", port_d_conns },
        /* Google Taranza */
        { "Google", "Taranza", "0000:00:02.0", port_db_conns },
+       /* Google Dexi */
+       { "Google", "Dexi", "0000:00:02.0", port_db_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,