diff mbox series

media: platform: cros-ec: Add Moxie to the match table

Message ID 20250409145007.1.I78118a7168f9021bb12e150111da31de39455c27@changeid
State New
Headers show
Series media: platform: cros-ec: Add Moxie to the match table | expand

Commit Message

Ken Lin April 9, 2025, 6:50 a.m. UTC
The Google Moxie device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

           "Benson Leung" <bleung@chromium.org>,
           "Hans Verkuil" <hverkuil@xs4all.nl>,
           "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
           "Mauro Carvalho Chehab" <mchehab@kernel.org>,
           "Tzung-Bi Shih" <tzungbi@kernel.org>,
           "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>,
           chrome-platform@lists.linux.dev, linux-media@vger.kernel.org

Signed-off-by: Ken Lin <kenlin5@quanta.corp-partner.google.com>
---

 drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 12b73ea0f31d4..1de5799a05799 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -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 Moxie */
+	{ "Google", "Moxie", "0000:00:02.0", port_b_conns },
 };
 
 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,