diff options
author | Ajye Huang <ajye_huang@compal.corp-partner.google.com> | 2022-06-10 16:33:42 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-27 10:54:29 +0300 |
commit | f5d48ba2cae20c2aaec87f7a949075ad85b76b0b (patch) | |
tree | c90be59b01605f3060f1d76e6f75b40ae08cd3a7 /drivers/media/cec | |
parent | 89e3f3fb3d9014efa59ed6bb526d5f1a00168452 (diff) | |
download | linux-f5d48ba2cae20c2aaec87f7a949075ad85b76b0b.tar.xz |
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.c | 2 |
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, |