mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
media: platform: cros-ec: Add Dirkson to the match table
The Google Dirkson device uses the same approach as the Google Brask which enables the HDMI CEC via the cros-ec-cec driver. Signed-off-by: Kells Ping <kells.ping@quanta.corp-partner.google.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
e024767f90
commit
560d29f4ee
|
|
@ -338,6 +338,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
|
|||
{ "Google", "Kulnex", "0000:00:02.0", port_b_conns },
|
||||
/* Google Moxoe */
|
||||
{ "Google", "Moxoe", "0000:00:02.0", port_b_conns },
|
||||
/* Google Dirkson */
|
||||
{ "Google", "Dirkson", "0000:00:02.0", port_ab_conns },
|
||||
};
|
||||
|
||||
static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user