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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,