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:
Kells Ping 2026-04-20 10:37:14 +08:00 committed by Hans Verkuil
parent e024767f90
commit 560d29f4ee

View File

@ -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,