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

Commit 57b13b8b authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: remove display-port node from Arndale



Arndale boards have wires for DSI and eDP panels, but in-kernel support
for eDP panels is broken for long time and breaks display support even on
boards with DSI panels.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent c9cbfd62
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -181,31 +181,6 @@
	};
};

&dp {
	status = "okay";
	samsung,color-space = <0>;
	samsung,color-depth = <1>;
	samsung,link-rate = <0x0a>;
	samsung,lane-count = <4>;

	display-timings {
		native-mode = <&timing0>;

		timing0: timing {
			/* 2560x1600 DP panel */
			clock-frequency = <50000>;
			hactive = <2560>;
			vactive = <1600>;
			hfront-porch = <48>;
			hback-porch = <80>;
			hsync-len = <32>;
			vback-porch = <16>;
			vfront-porch = <8>;
			vsync-len = <6>;
		};
	};
};

&fimd {
	status = "okay";
};