media: platform: cros-ec: Add kinox to the match table
authorAjye Huang <ajye_huang@compal.corp-partner.google.com>
Fri, 10 Jun 2022 13:33:42 +0000 (14:33 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 27 Jun 2022 07:54:29 +0000 (08:54 +0100)
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 <ajye_huang@compal.corp-partner.google.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c

index 25dc7309beab5e02d3a60648738b310b6bbc7aac..3b583ed4da9dfee9c7e319acf8087d3d8f3c8d5b 100644 (file)
@@ -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,