All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL/PATCH for v4.13] ARM: dts: exynos: add needs-hpd for Odroid-XU3/4
@ 2017-08-23 16:24 Krzysztof Kozlowski
  2017-08-23 19:43 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2017-08-23 16:24 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Olof Johansson, linux-samsung-soc
  Cc: Hans Verkuil, Hans Verkuil, Krzysztof Kozlowski

From: Hans Verkuil <hverkuil@xs4all.nl>

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>
---
Hi Arnd, Olof,

One fix for this cycle (v4.13) for feature (HDMI CEC) added in v4.13. Patch
is necessary for this feature to work on Odroid XU3/XU4 family.

Best regards,
Krzysztof
---
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
index f92f95741207..a183b56283f8 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
@@ -266,6 +266,7 @@
 
 &hdmicec {
 	status = "okay";
+	needs-hpd;
 };
 
 &hsi2c_4 {
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [GIT PULL/PATCH for v4.13] ARM: dts: exynos: add needs-hpd for Odroid-XU3/4
  2017-08-23 16:24 [GIT PULL/PATCH for v4.13] ARM: dts: exynos: add needs-hpd for Odroid-XU3/4 Krzysztof Kozlowski
@ 2017-08-23 19:43 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2017-08-23 19:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: arm-soc, Olof Johansson,
	moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES,
	Hans Verkuil, Hans Verkuil

On Wed, Aug 23, 2017 at 6:24 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> From: Hans Verkuil <hverkuil@xs4all.nl>
>
> 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>
> ---
> Hi Arnd, Olof,
>
> One fix for this cycle (v4.13) for feature (HDMI CEC) added in v4.13. Patch
> is necessary for this feature to work on Odroid XU3/XU4 family.

Applied, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-23 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-23 16:24 [GIT PULL/PATCH for v4.13] ARM: dts: exynos: add needs-hpd for Odroid-XU3/4 Krzysztof Kozlowski
2017-08-23 19:43 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.