diff options
| author | Kells Ping <kells.ping@quanta.corp-partner.google.com> | 2026-04-20 05:37:14 +0300 |
|---|---|---|
| committer | Hans Verkuil <hverkuil+cisco@kernel.org> | 2026-05-05 13:38:48 +0300 |
| commit | 560d29f4eef9fdac49fd5373502c42df4fc92752 (patch) | |
| tree | db0a07d75f91376a47e957c47eb31fdefbc54577 | |
| parent | e024767f90f9f50bfcce4b20bb74237ad72450f3 (diff) | |
| download | linux-560d29f4eef9fdac49fd5373502c42df4fc92752.tar.xz | |
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>
| -rw-r--r-- | drivers/media/cec/platform/cros-ec/cros-ec-cec.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 4b3f9bff6067..ec1da9cd3674 100644 --- a/drivers/media/cec/platform/cros-ec/cros-ec-cec.c +++ b/drivers/media/cec/platform/cros-ec/cros-ec-cec.c @@ -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, |
