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

Commit 60de5ed3 authored by Hoegeun Kwon's avatar Hoegeun Kwon Committed by Krzysztof Kozlowski
Browse files

arm64: dts: exynos: Remove the OF graph from DSI node



The OF graph is not needed because the panel is a child of dsi. Remove
the ports node in DSI node.

Signed-off-by: default avatarHoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Reviewed-by: default avatarAndi Shyti <andi.shyti@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 5771a8c0
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -310,20 +310,6 @@
	samsung,pll-clock-frequency = <24000000>;
	pinctrl-names = "default";
	pinctrl-0 = <&te_irq>;

	ports {
		#address-cells = <1>;
		#size-cells = <0>;

		port@1 {
			reg = <1>;

			dsi_out: endpoint {
				samsung,burst-clock-frequency = <512000000>;
				samsung,esc-clock-frequency = <16000000>;
			};
		};
	};
};

&hdmi {