Commit 4e780892 authored by Vikas Sajjan's avatar Vikas Sajjan Committed by Kukjin Kim

ARM: dts: Add pin state information for DP HPD support to Exynos5420

Add pin state information for DP HPD support that requires pin configuration
support using pinctrl interface.
Signed-off-by: default avatarVikas Sajjan <vikas.sajjan@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 1339d33a
...@@ -59,6 +59,13 @@ gpx3: gpx3 { ...@@ -59,6 +59,13 @@ gpx3: gpx3 {
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
dp_hpd: dp_hpd {
samsung,pins = "gpx0-7";
samsung,pin-function = <3>;
samsung,pin-pud = <0>;
samaung,pin-drv = <0>;
};
}; };
pinctrl@13410000 { pinctrl@13410000 {
......
...@@ -32,6 +32,8 @@ oscclk { ...@@ -32,6 +32,8 @@ oscclk {
}; };
dp-controller@145B0000 { dp-controller@145B0000 {
pinctrl-names = "default";
pinctrl-0 = <&dp_hpd>;
samsung,color-space = <0>; samsung,color-space = <0>;
samsung,dynamic-range = <0>; samsung,dynamic-range = <0>;
samsung,ycbcr-coeff = <0>; samsung,ycbcr-coeff = <0>;
......
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