ARM: dts: exynos: Remove the OF graph from DSI node
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 8 Mar 2017 04:54:12 +0000 (13:54 +0900)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jul 2017 05:14:11 +0000 (07:14 +0200)
The OF graph is not needed because the panel is a child of dsi. Remove
the ports node in DSI node, and port node in panel 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/arm/boot/dts/exynos3250-rinato.dts
arch/arm/boot/dts/exynos4210-trats.dts
arch/arm/boot/dts/exynos4412-trats2.dts

index 443e0c98dc73089213ce3aca04a0bdb44dfc64ed..ec9bb850c86cc73231533da682b2b5583b3f3716 100644 (file)
        samsung,pll-clock-frequency = <24000000>;
        status = "okay";
 
-       ports {
-               #address-cells = <1>;
-               #size-cells = <0>;
-
-               port@1 {
-                       reg = <1>;
-
-                       dsi_out: endpoint {
-                               remote-endpoint = <&dsi_in>;
-                               samsung,burst-clock-frequency = <250000000>;
-                               samsung,esc-clock-frequency = <20000000>;
-                       };
-               };
-       };
-
        panel@0 {
                compatible = "samsung,s6e63j0x03";
                reg = <0>;
                                vsync-len = <2>;
                        };
                };
-
-               port {
-                       dsi_in: endpoint {
-                               remote-endpoint = <&dsi_out>;
-                       };
-               };
        };
 };
 
index 645feffb9239d2465782ea04989ce063b6ae2b97..7b6ab726511053d008789a3270d7eb84b421dbd1 100644 (file)
        samsung,pll-clock-frequency = <24000000>;
        status = "okay";
 
-       ports {
-               #address-cells = <1>;
-               #size-cells = <0>;
-
-               port@1 {
-                       reg = <1>;
-
-                       dsi_out: endpoint {
-                               remote-endpoint = <&dsi_in>;
-                               samsung,burst-clock-frequency = <500000000>;
-                               samsung,esc-clock-frequency = <20000000>;
-                       };
-               };
-       };
-
        panel@0 {
                reg = <0>;
                compatible = "samsung,s6e8aa0";
                                vsync-len = <2>;
                        };
                };
-
-               port {
-                       dsi_in: endpoint {
-                               remote-endpoint = <&dsi_out>;
-                       };
-               };
        };
 };
 
index 35e9b94b86b8d6853e919574fec8d486543061c8..d3ba97b05f81004cb6d6f795ab2db012095a0df0 100644 (file)
        samsung,pll-clock-frequency = <24000000>;
        status = "okay";
 
-       ports {
-               #address-cells = <1>;
-               #size-cells = <0>;
-
-               port@1 {
-                       reg = <1>;
-
-                       dsi_out: endpoint {
-                               remote-endpoint = <&dsi_in>;
-                               samsung,burst-clock-frequency = <500000000>;
-                               samsung,esc-clock-frequency = <20000000>;
-                       };
-               };
-       };
-
        panel@0 {
                compatible = "samsung,s6e8aa0";
                reg = <0>;
                                vsync-len = <2>;
                        };
                };
-
-               port {
-                       dsi_in: endpoint {
-                               remote-endpoint = <&dsi_out>;
-                       };
-               };
        };
 };