]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: exynos: add needs-hpd for Odroid-XU3/4
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 23 Aug 2017 16:24:50 +0000 (18:24 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Aug 2017 19:43:29 +0000 (21:43 +0200)
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>
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

index f92f957412073279a3be9713794bb2336dbf4752..a183b56283f8ff9e9d41d616edfc00a82d200267 100644 (file)
 
 &hdmicec {
        status = "okay";
+       needs-hpd;
 };
 
 &hsi2c_4 {