Commit 6f8cdfdf authored by Kevin Chiu's avatar Kevin Chiu Committed by Mauro Carvalho Chehab

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: default avatarKevin Chiu <kevin.chiu.17802@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent eed9496a
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment