Commit cd5c11d5 authored by Ken Lin's avatar Ken Lin Committed by Hans Verkuil
Browse files

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



Taranza has two HDMI ports which support CEC:
Port D is EC port 0
Port B is EC port 1

Signed-off-by: default avatarKen Lin <ken_lin5@hotmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 678e8d80
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -322,6 +322,8 @@ static const struct cec_dmi_match cec_dmi_match_table[] = {
	{ "Google", "Constitution", "0000:00:02.0", port_ba_conns },
	/* Google Boxy */
	{ "Google", "Boxy", "0000:00:02.0", port_d_conns },
	/* Google Taranza */
	{ "Google", "Taranza", "0000:00:02.0", port_db_conns },
};

static struct device *cros_ec_cec_find_hdmi_dev(struct device *dev,