diff options
author | Vikas Sajjan <vikas.sajjan@linaro.org> | 2013-08-14 17:15:00 +0900 |
---|---|---|
committer | Hyungwon Hwang <human.hwang@samsung.com> | 2014-12-17 16:18:05 +0900 |
commit | 1a13690616267f8e5ea50c185498c9770eaecf37 (patch) | |
tree | 3bcc09a3aab67c70f7f87754c30fcabb52c845cd | |
parent | 230faad14077c326e42636a1d4a7bdfeb4f18704 (diff) | |
download | linux-3.10-1a13690616267f8e5ea50c185498c9770eaecf37.tar.gz linux-3.10-1a13690616267f8e5ea50c185498c9770eaecf37.tar.bz2 linux-3.10-1a13690616267f8e5ea50c185498c9770eaecf37.zip |
ARM: dts: Update DP controller DT Node for Exynos5 based SoCs
Moves the properties of DP controller to exynos5.dtsi which are common
across exynos5 SoCs like Exynos5250 and Exynos5420.
The PHY DP Node is based on Jingoo Han's <jg1.han@samsung.com> patch
at https://patchwork.linuxtv.org/patch/19189/
Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos5.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi index 185aba820d5..6afa57d2fec 100644 --- a/arch/arm/boot/dts/exynos5.dtsi +++ b/arch/arm/boot/dts/exynos5.dtsi @@ -117,4 +117,14 @@ interrupts = <18 4>, <18 5>, <18 6>; status = "disabled"; }; + + dp-controller@145B0000 { + compatible = "samsung,exynos5-dp"; + reg = <0x145B0000 0x1000>; + interrupts = <10 3>; + interrupt-parent = <&combiner>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; }; |