arm64: dts: exynos: Remove the OF graph from DSI node
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 8 Mar 2017 04:54:11 +0000 (13:54 +0900)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jul 2017 05:02:33 +0000 (07:02 +0200)
The OF graph is not needed because the panel is a child of dsi. Remove
the ports node in DSI node.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

index e2b0da2c0bc771a5d5f3ef721ee45f58ad466554..804a2709334461cfa045c55f4ca292a971cb4dd0 100644 (file)
        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 {