Skip to content

Commit

Permalink
ARM: dts: exynos: add needs-hpd for Odroid-XU3/4
Browse files Browse the repository at this point in the history
CEC support was added for Exynos5 in 4.13, but for the Odroids we need to set
'needs-hpd' as well since CEC is disabled when there is no HDMI hotplug signal,
just as for the exynos4 Odroid-U3.

This is due to the level-shifter that is disabled when there is no HPD, thus
blocking the CEC signal as well. Same close-but-no-cigar board design as the
Odroid-U3.

Tested with my Odroid XU4.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Hans Verkuil authored and Arnd Bergmann committed Aug 23, 2017
1 parent dbeb0c8 commit 93a4c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@

&hdmicec {
status = "okay";
needs-hpd;
};

&hsi2c_4 {
Expand Down

0 comments on commit 93a4c83

Please sign in to comment.