ARM: dts: exynos: remove display-port node from Arndale
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 6 Dec 2018 14:16:35 +0000 (15:16 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 6 Dec 2018 18:47:15 +0000 (19:47 +0100)
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: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250-arndale.dts

index e2e5b3f..2ca9319 100644 (file)
        };
 };
 
-&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";
 };