projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678e8d8
)
media: platform: cros-ec: Add Taranza to the match table
author
Ken Lin
<ken_lin5@hotmail.com>
Thu, 5 Oct 2023 01:38:41 +0000
(09:38 +0800)
committer
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Sat, 7 Oct 2023 08:55:46 +0000
(10:55 +0200)
Taranza has two HDMI ports which support CEC:
Port D is EC port 0
Port B is EC port 1
Signed-off-by: Ken Lin <ken_lin5@hotmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
patch
|
blob
|
history
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 dbee25b138ff9f2d5848f6d5e938616fc72328c9..42dde3f0dbdef5d30629c7b8989fbe56b3d9e739 100644
(file)
--- a/
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
+++ b/
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
@@
-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,