Commit beeefd75 authored by rasheed.hsueh's avatar rasheed.hsueh Committed by Hans Verkuil

media: platform: cros-ec: Add Boxy to the match table

The Google Boxy device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.
Signed-off-by: default avatarrasheed.hsueh <rasheed.hsueh@lcfc.corp-partner.google.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: updated to the new multi-port datastructures]
parent 5bc2de5f
......@@ -297,6 +297,7 @@ struct cec_dmi_match {
static const char *const fizz_conns[] = { "Port B", NULL };
static const char *const dibbi_conns[] = { "Port D", "Port B", NULL };
static const char *const constitution_conns[] = { "Port B", "Port A", NULL };
static const char *const boxy_conns[] = { "Port D", NULL };
static const struct cec_dmi_match cec_dmi_match_table[] = {
/* Google Fizz */
......@@ -319,6 +320,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
{ "Google", "Dibbi", "0000:00:02.0", dibbi_conns },
/* Google Constitution */
{ "Google", "Constitution", "0000:00:02.0", constitution_conns },
/* Google Boxy */
{ "Google", "Boxy", "0000:00:02.0", boxy_conns },
};
static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment