ARM: dts: Move display-timings node from fimd to dp in exynos5250-arndale, smdk5250 and smdk5420
This patch moves the display-timings node from fimd to dp to reflect the device tree bindings change. Signed-off-by: Sean Paul <seanpaul@chromium.org> [tomeu.vizoso@collabora.com: Rebased] Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
parent
00e5e8c47b
commit
c518506806
@ -129,10 +129,6 @@
|
|||||||
samsung,color-depth = <1>;
|
samsung,color-depth = <1>;
|
||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <4>;
|
samsung,lane-count = <4>;
|
||||||
};
|
|
||||||
|
|
||||||
&fimd {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
display-timings {
|
display-timings {
|
||||||
native-mode = <&timing0>;
|
native-mode = <&timing0>;
|
||||||
@ -152,6 +148,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&fimd {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_LOW>;
|
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_LOW>;
|
||||||
vdd_osc-supply = <&ldo10_reg>;
|
vdd_osc-supply = <&ldo10_reg>;
|
||||||
|
@ -89,14 +89,6 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dp_hpd>;
|
pinctrl-0 = <&dp_hpd>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
|
||||||
|
|
||||||
&ehci {
|
|
||||||
samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&fimd {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
display-timings {
|
display-timings {
|
||||||
native-mode = <&timing0>;
|
native-mode = <&timing0>;
|
||||||
@ -116,6 +108,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ehci {
|
||||||
|
samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&fimd {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
|
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
@ -98,10 +98,7 @@
|
|||||||
samsung,link-rate = <0x0a>;
|
samsung,link-rate = <0x0a>;
|
||||||
samsung,lane-count = <4>;
|
samsung,lane-count = <4>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
|
||||||
|
|
||||||
&fimd {
|
|
||||||
status = "okay";
|
|
||||||
display-timings {
|
display-timings {
|
||||||
native-mode = <&timing0>;
|
native-mode = <&timing0>;
|
||||||
timing0: timing@0 {
|
timing0: timing@0 {
|
||||||
@ -118,6 +115,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&fimd {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
hpd-gpio = <&gpx3 7 0>;
|
hpd-gpio = <&gpx3 7 0>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user