]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 17:17:23 +0000 (18:17 +0100)
[ Upstream commit 594b6bdde2e7833a56413de5092b6e4188d33ff7 ]

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>
Signed-off-by: Sasha Levin <sashal@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,