diff options
author | Milo Kim <woogyom.kim@gmail.com> | 2016-08-31 02:08:47 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-31 03:12:53 -0400 |
commit | d7ec05cbd10a7c2e45353394a1937641beb3142c (patch) | |
tree | 9707d480f5efb881f3a402b8a3b3907d64075d55 /arch/arm/boot | |
parent | 05b01dd936b46f2c3cfbb10bc89c0ec79c745e5d (diff) |
ARM: dts: exynos: Enable HDMI for Arndale Octa board
* GPIO for HDMI hot plug detect
GPX3_7 is used. The HPD awareness is done when the GPIO is active high.
* Enable HDMI block in Exynos5420
HDMI VDD and PLL consume 1.0V LDO6 (PVDD_ANAIP_1V0) and HDMI oscillator
requires 1.8V LDO7 (PVDD_ANAIP_1V8).
* Support HDMI display data channel
I2C #2 is assigned for the HDMI DDC. It enables the EDID access.
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/exynos5420-arndale-octa.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts index 39a3b81478fd..d2ad48e19572 100644 --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts | |||
@@ -70,6 +70,15 @@ | |||
70 | status = "disabled"; | 70 | status = "disabled"; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | &hdmi { | ||
74 | hpd-gpios = <&gpx3 7 GPIO_ACTIVE_HIGH>; | ||
75 | vdd_osc-supply = <&ldo7_reg>; | ||
76 | vdd_pll-supply = <&ldo6_reg>; | ||
77 | vdd-supply = <&ldo6_reg>; | ||
78 | ddc = <&i2c_2>; | ||
79 | status = "okay"; | ||
80 | }; | ||
81 | |||
73 | &hsi2c_4 { | 82 | &hsi2c_4 { |
74 | status = "okay"; | 83 | status = "okay"; |
75 | 84 | ||
@@ -347,6 +356,10 @@ | |||
347 | }; | 356 | }; |
348 | }; | 357 | }; |
349 | 358 | ||
359 | &i2c_2 { | ||
360 | status = "okay"; | ||
361 | }; | ||
362 | |||
350 | &mmc_0 { | 363 | &mmc_0 { |
351 | status = "okay"; | 364 | status = "okay"; |
352 | broken-cd; | 365 | broken-cd; |