From: Kells Ping Date: Mon, 20 Apr 2026 02:37:14 +0000 (+0800) Subject: media: platform: cros-ec: Add Dirkson to the match table X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=560d29f4eef9fdac49fd5373502c42df4fc92752;p=thirdparty%2Flinux.git 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 Signed-off-by: Hans Verkuil --- 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,