diff options
author | Kevin Chiu <kevin.chiu.17802@gmail.com> | 2023-03-07 13:58:45 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-03-19 22:58:10 +0100 |
commit | 6f8cdfdf1c2cc7ab8a696c1d7f03c88e9c7fa8b8 (patch) | |
tree | bc1d8d5e9fea313da5301fdd2dbc6612114a6105 /drivers/media/cec/platform | |
parent | eed9496a0501357aa326ddd6b71408189ed872eb (diff) |
media: platform: cros-ec: Add Gladios/Lisbon to the match table
The Google Gladios/Lisbon device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.
Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/cec/platform')
-rw-r--r-- | drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 4 |
1 files changed, 4 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 e7cb9509e967..7c327fa8bff4 100644 --- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c +++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c @@ -227,6 +227,10 @@ static const struct cec_dmi_match cec_dmi_match_table[] = { { "Google", "Kuldax", "0000:00:02.0", "Port B" }, /* Google Aurash */ { "Google", "Aurash", "0000:00:02.0", "Port B" }, + /* Google Gladios */ + { "Google", "Gladios", "0000:00:02.0", "Port B" }, + /* Google Lisbon */ + { "Google", "Lisbon", "0000:00:02.0", "Port B" }, }; static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev, |