]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: platform: cros-ec: Add Moxie to the match table
authorKen Lin <kenlin5@quanta.corp-partner.google.com>
Thu, 10 Apr 2025 03:03:59 +0000 (11:03 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 13:14:34 +0000 (15:14 +0200)
The Google Moxie device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Ken Lin <kenlin5@quanta.corp-partner.google.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

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