media: platform: cros-ec: Add Gladios/Lisbon to the match table
authorKevin Chiu <kevin.chiu.17802@gmail.com>
Tue, 7 Mar 2023 12:58:45 +0000 (13:58 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 19 Mar 2023 21:58:10 +0000 (22:58 +0100)
The Google Gladios/Lisbon device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.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 e7cb950..7c327fa 100644 (file)
@@ -227,6 +227,10 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Kuldax", "0000:00:02.0", "Port B" },
        /* Google Aurash */
        { "Google", "Aurash", "0000:00:02.0", "Port B" },
+       /* Google Gladios */
+       { "Google", "Gladios", "0000:00:02.0", "Port B" },
+       /* Google Lisbon */
+       { "Google", "Lisbon", "0000:00:02.0", "Port B" },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,