Commit a0969acf authored by Rahul Sharma's avatar Rahul Sharma Committed by Kukjin Kim

ARM: dts: enable dp-controller for exynos5420-peach-pit board

Enable dp-controller for peach-pit board.
Signed-off-by: default avatarRahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 4779aacf
...@@ -133,6 +133,13 @@ usb301_vbus_en: usb301-vbus-en { ...@@ -133,6 +133,13 @@ usb301_vbus_en: usb301-vbus-en {
samsung,pin-pud = <0>; samsung,pin-pud = <0>;
samsung,pin-drv = <0>; samsung,pin-drv = <0>;
}; };
dp_hpd_gpio: dp_hpd_gpio {
samsung,pins = "gpx2-6";
samsung,pin-function = <0>;
samsung,pin-pud = <3>;
samsung,pin-drv = <0>;
};
}; };
&rtc { &rtc {
...@@ -249,3 +256,32 @@ &fimd { ...@@ -249,3 +256,32 @@ &fimd {
status = "okay"; status = "okay";
samsung,invert-vclk; samsung,invert-vclk;
}; };
&dp {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&dp_hpd_gpio>;
samsung,color-space = <0>;
samsung,dynamic-range = <0>;
samsung,ycbcr-coeff = <0>;
samsung,color-depth = <1>;
samsung,link-rate = <0x06>;
samsung,lane-count = <2>;
samsung,hpd-gpio = <&gpx2 6 0>;
display-timings {
native-mode = <&timing1>;
timing1: timing@1 {
clock-frequency = <70589280>;
hactive = <1366>;
vactive = <768>;
hfront-porch = <40>;
hback-porch = <40>;
hsync-len = <32>;
vback-porch = <10>;
vfront-porch = <12>;
vsync-len = <6>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment