From: Kevin Chiu Date: Tue, 7 Mar 2023 12:58:45 +0000 (+0100) Subject: media: platform: cros-ec: Add Gladios/Lisbon to the match table X-Git-Tag: v6.4-rc1~161^2~422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f8cdfdf1c2cc7ab8a696c1d7f03c88e9c7fa8b8;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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 e7cb9509e9677..7c327fa8bff41 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,