Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3093e6f authored by Vikas Sajjan's avatar Vikas Sajjan Committed by Kukjin Kim
Browse files

ARM: dts: Add DT node for DP controller for Arndale Board



Add DT node for DP controller to exynos5250 based Arndale Board

Signed-off-by: default avatarVikas Sajjan <vikas.sajjan@linaro.org>
Reviewed-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 43c171bb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -449,4 +449,14 @@
			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>;
	};

};