From: Ajay Kumar Date: Thu, 21 Feb 2013 23:53:08 +0000 (+0000) Subject: SMDK5250: Add device node for DP X-Git-Tag: v2013.04-rc3~1^2~76^2~22 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc97299443eb31a3c6ef98c41b568120c0e0908a;p=karo-tx-uboot.git SMDK5250: Add device node for DP Add DT bindings for DP supporting an eDP panel of size 2560x1600. Signed-off-by: Ajay Kumar Signed-off-by: Minkyu Kang --- diff --git a/board/samsung/dts/exynos5250-smdk5250.dts b/board/samsung/dts/exynos5250-smdk5250.dts index cdf640fcff..8da973b305 100644 --- a/board/samsung/dts/exynos5250-smdk5250.dts +++ b/board/samsung/dts/exynos5250-smdk5250.dts @@ -104,4 +104,19 @@ samsung,dp-enabled = <1>; samsung,dual-lcd-enabled = <0>; }; + + dp@145b0000 { + samsung,lt-status = <0>; + + samsung,master-mode = <0>; + samsung,bist-mode = <0>; + samsung,bist-pattern = <0>; + samsung,h-sync-polarity = <0>; + samsung,v-sync-polarity = <0>; + samsung,interlaced = <0>; + samsung,color-space = <0>; + samsung,dynamic-range = <0>; + samsung,ycbcr-coeff = <0>; + samsung,color-depth = <1>; + }; };