Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

The Google aurash device uses the same approach as the Google Brask
which enables the HDMI CEC via the cros-ec-cec driver.

Signed-off-by: Zoey Wu <zoey_wu@wistron.corp-partner.google.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Zoey Wu and committed by
Mauro Carvalho Chehab
46ff24ef d00f5922

+2
+2
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
··· 225 225 { "Google", "Kinox", "0000:00:02.0", "Port B" }, 226 226 /* Google Kuldax */ 227 227 { "Google", "Kuldax", "0000:00:02.0", "Port B" }, 228 + /* Google Aurash */ 229 + { "Google", "Aurash", "0000:00:02.0", "Port B" }, 228 230 }; 229 231 230 232 static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,