From: Ken Lin Date: Thu, 10 Apr 2025 03:03:59 +0000 (+0800) Subject: media: platform: cros-ec: Add Moxie to the match table X-Git-Tag: v6.16-rc1~145^2~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c71dc4c83208b32dfa55778f3a99165691cdcb;p=thirdparty%2Flinux.git media: platform: cros-ec: Add Moxie to the match table 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 Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c index a8d31c3126f8b..106860d11cef2 100644 --- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c +++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c @@ -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,