]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: platform: cros-ec: Add Dirks to the match table
authorKells Ping <kellsping@gmail.com>
Tue, 8 Apr 2025 02:53:09 +0000 (10:53 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 13:14:32 +0000 (15:14 +0200)
The Google Dirks 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 <kellsping@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

index 12b73ea0f31d4774e6d84930e5447d4c9bd68b6a..a8d31c3126f8b21c5d7f3940b9dec6342c850bd9 100644 (file)
@@ -329,6 +329,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
        { "Google", "Dexi", "0000:00:02.0", port_db_conns },
        /* Google Dita */
        { "Google", "Dita", "0000:00:02.0", port_db_conns },
+       /* Google Dirks */
+       { "Google", "Dirks", "0000:00:02.0", port_db_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,