From: Ajye Huang Date: Fri, 10 Jun 2022 13:33:42 +0000 (+0100) Subject: media: platform: cros-ec: Add kinox to the match table X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5d48ba2cae20c2aaec87f7a949075ad85b76b0b;p=linux.git media: platform: cros-ec: Add kinox to the match table The Google Kinox device uses the same approach as the Google Brask which enables the HDMI CEC via the cros-ec-cec driver. Signed-off-by: Ajye Huang Reviewed-by: Guenter Roeck 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 25dc7309beab5..3b583ed4da9df 100644 --- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c +++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c @@ -219,6 +219,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = { { "Google", "Brask", "0000:00:02.0", "Port B" }, /* Google Moli */ { "Google", "Moli", "0000:00:02.0", "Port B" }, + /* Google Kinox */ + { "Google", "Kinox", "0000:00:02.0", "Port B" }, }; static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,