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

Commit c5185068 authored by Sean Paul's avatar Sean Paul Committed by Krzysztof Kozlowski
Browse files

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: default avatarSean Paul <seanpaul@chromium.org>
[tomeu.vizoso@collabora.com: Rebased]
Signed-off-by: default avatarTomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 00e5e8c4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -129,10 +129,6 @@
	samsung,color-depth = <1>;
	samsung,link-rate = <0x0a>;
	samsung,lane-count = <4>;
};

&fimd {
	status = "okay";

	display-timings {
		native-mode = <&timing0>;
@@ -152,6 +148,10 @@
	};
};

&fimd {
	status = "okay";
};

&hdmi {
	hpd-gpio = <&gpx3 7 GPIO_ACTIVE_LOW>;
	vdd_osc-supply = <&ldo10_reg>;
+8 −8
Original line number Diff line number Diff line
@@ -89,14 +89,6 @@
	pinctrl-names = "default";
	pinctrl-0 = <&dp_hpd>;
	status = "okay";
};

&ehci {
	samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
};

&fimd {
	status = "okay";

	display-timings {
		native-mode = <&timing0>;
@@ -116,6 +108,14 @@
	};
};

&ehci {
	samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
};

&fimd {
	status = "okay";
};

&hdmi {
	hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
};
+4 −3
Original line number Diff line number Diff line
@@ -98,10 +98,7 @@
	samsung,link-rate = <0x0a>;
	samsung,lane-count = <4>;
	status = "okay";
};

&fimd {
	status = "okay";
	display-timings {
		native-mode = <&timing0>;
		timing0: timing@0 {
@@ -118,6 +115,10 @@
	};
};

&fimd {
	status = "okay";
};

&hdmi {
	status = "okay";
	hpd-gpio = <&gpx3 7 0>;