summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
diff options
context:
space:
mode:
authorAjye Huang <ajye_huang@compal.corp-partner.google.com>2022-06-10 14:33:42 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-06-27 08:54:29 +0100
commitf5d48ba2cae20c2aaec87f7a949075ad85b76b0b (patch)
treec90be59b01605f3060f1d76e6f75b40ae08cd3a7 /drivers/media/cec
parent89e3f3fb3d9014efa59ed6bb526d5f1a00168452 (diff)
downloadlinux-stable-f5d48ba2cae20c2aaec87f7a949075ad85b76b0b.tar.gz
linux-stable-f5d48ba2cae20c2aaec87f7a949075ad85b76b0b.tar.bz2
linux-stable-f5d48ba2cae20c2aaec87f7a949075ad85b76b0b.zip
media: platform: cros-ec: Add kinox to the match table
The Google Kinox device uses the same approach as the Google Brask which enables the HDMI CEC via the cros-ec-cec driver. Signed-off-by: Ajye Huang <ajye_huang@compal.corp-partner.google.com> Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/cec')
-rw-r--r--drivers/media/cec/platform/cros-ec/cros-ec-cec.c2
1 files changed, 2 insertions, 0 deletions
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 25dc7309beab..3b583ed4da9d 100644
--- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@ -219,6 +219,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
{ "Google", "Brask", "0000:00:02.0", "Port B" },
/* Google Moli */
{ "Google", "Moli", "0000:00:02.0", "Port B" },
+ /* Google Kinox */
+ { "Google", "Kinox", "0000:00:02.0", "Port B" },
};
static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,