[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <SG2PR03MB677773B78B639FE3D4523291D17E9@SG2PR03MB6777.apcprd03.prod.outlook.com>
Date: Tue, 6 Sep 2022 11:30:16 +0800
From: hellojacky0226 <hellojacky0226@...mail.com>
To: Prashant Malani <pmalani@...omium.org>,
Benson Leung <bleung@...omium.org>
Cc: patches@...ts.linux.dev, Tzung-Bi Shih <tzungbi@...nel.org>,
linux-kernel@...r.kernel.org, chrome-platform@...ts.linux.dev,
Rory Liu <hellojacky0226@...mail.com>,
Ajye Huang <ajye_huang@...pal.corp-partner.google.com>,
Guenter Roeck <groeck@...omium.org>,
Hans Verkuil <hverkuil-cisco@...all.nl>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rory Liu <rory.liu@...nta.corp-partner.google.com>,
Scott Chao <scott_chao@...tron.corp-partner.google.com>,
Zhuohao Lee <zhuohao@...omium.org>, linux-media@...r.kernel.org
Subject: [PATCH] media: platform: cros-ec: Add Kuldax to the match table
From: Rory Liu <hellojacky0226@...mail.com>
The Google Kuldax device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.
Signed-off-by: Rory Liu <hellojacky0226@...mail.com>
---
drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 ++
1 file changed, 2 insertions(+)
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 3b583ed4da9d..3998e56616ce 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -221,6 +221,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
{ "Google", "Moli", "0000:00:02.0", "Port B" },
/* Google Kinox */
{ "Google", "Kinox", "0000:00:02.0", "Port B" },
+ /* Google Kuldax */
+ { "Google", "Kuldax", "0000:00:02.0", "Port B" },
};
static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
--
2.25.1
Powered by blists - more mailing lists