]> Git Repo - linux.git/commitdiff
ARM: dts: Add DT node for DP controller for Arndale Board
authorVikas Sajjan <[email protected]>
Mon, 10 Jun 2013 08:04:36 +0000 (17:04 +0900)
committerKukjin Kim <[email protected]>
Mon, 10 Jun 2013 08:22:32 +0000 (17:22 +0900)
Add DT node for DP controller to exynos5250 based Arndale Board

Signed-off-by: Vikas Sajjan <[email protected]>
Reviewed-by: Jingoo Han <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/boot/dts/exynos5250-arndale.dts

index 02cfc76d002fb69fa0db98fa34e4ba112310acfa..f68b82095b8012e37d083945ec60b489bc43c068 100644 (file)
                        clock-frequency = <24000000>;
                };
        };
+
+       dp-controller {
+               samsung,color-space = <0>;
+               samsung,dynamic-range = <0>;
+               samsung,ycbcr-coeff = <0>;
+               samsung,color-depth = <1>;
+               samsung,link-rate = <0x0a>;
+               samsung,lane-count = <4>;
+       };
+
 };
This page took 0.056755 seconds and 4 git commands to generate.