summaryrefslogtreecommitdiff
path: root/drivers/media/cec
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2023-03-07 15:58:45 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-03-20 00:58:10 +0300
commit6f8cdfdf1c2cc7ab8a696c1d7f03c88e9c7fa8b8 (patch)
treebc1d8d5e9fea313da5301fdd2dbc6612114a6105 /drivers/media/cec
parenteed9496a0501357aa326ddd6b71408189ed872eb (diff)
downloadlinux-6f8cdfdf1c2cc7ab8a696c1d7f03c88e9c7fa8b8.tar.xz
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')
-rw-r--r--drivers/media/cec/platform/cros-ec/cros-ec-cec.c4
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,