]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: platform: cros-ec: Add Dirkson to the match table
authorKells Ping <kells.ping@quanta.corp-partner.google.com>
Mon, 20 Apr 2026 02:37:14 +0000 (10:37 +0800)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 5 May 2026 10:38:48 +0000 (12:38 +0200)
The Google Dirkson device uses the same approach as the Google Brask
 which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Kells Ping <kells.ping@quanta.corp-partner.google.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

index 4b3f9bff6067a49a7848de67f336cd12e702c915..ec1da9cd3674bb61a4dcfe1b4c9c05fbd8002c7f 100644 (file)
@@ -338,6 +338,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Kulnex", "0000:00:02.0", port_b_conns },
        /* Google Moxoe */
        { "Google", "Moxoe", "0000:00:02.0", port_b_conns },
+       /* Google Dirkson */
+       { "Google", "Dirkson", "0000:00:02.0", port_ab_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,