media: platform: cros-ec: Add Kuldax to the match table
authorRory Liu <hellojacky0226@hotmail.com>
Tue, 6 Sep 2022 03:30:16 +0000 (05:30 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 06:55:23 +0000 (08:55 +0200)
The Google Kuldax device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Rory Liu <hellojacky0226@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 e5ebaa58be45744c3bac88e23ea0e4c6c397e2b7..6ebedc71d67d4d574daea2b407fd1ca49b58aed5 100644 (file)
@@ -223,6 +223,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Moli", "0000:00:02.0", "Port B" },
        /* Google Kinox */
        { "Google", "Kinox", "0000:00:02.0", "Port B" },
+       /* Google Kuldax */
+       { "Google", "Kuldax", "0000:00:02.0", "Port B" },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,