Skip to content

Commit

Permalink
media: platform: cros-ec: Add brask to the match table
Browse files Browse the repository at this point in the history
The Google Brask device uses the same approach as the Google Fizz
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Zhuohao Lee <zhuohao@chromium.org>
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>
  • Loading branch information
Zhuohao Lee authored and Mauro Carvalho Chehab committed Jan 23, 2022
1 parent d877281 commit 9773318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/cec/platform/cros-ec/cros-ec-cec.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ struct cec_dmi_match {
static const struct cec_dmi_match cec_dmi_match_table[] = {
/* Google Fizz */
{ "Google", "Fizz", "0000:00:02.0", "Port B" },
/* Google Brask */
{ "Google", "Brask", "0000:00:02.0", "Port B" },
};

static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
Expand Down

0 comments on commit 9773318

Please sign in to comment.