lkml.org 
[lkml]   [2017]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RESEND PATCH v2 4/5] arm: dts: Remove the OF graph from DSI node for exynos4412 dts
    Date
    The OF graph is not needed because the panel is a child of dsi. So
    Remove the ports node and move burst and esc clock frequency
    properties to the parent (DSI node).

    Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
    Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
    ---
    arch/arm/boot/dts/exynos4412-trats2.dts | 23 ++---------------------
    1 file changed, 2 insertions(+), 21 deletions(-)

    diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
    index 41ecd6d..86ce5e5 100644
    --- a/arch/arm/boot/dts/exynos4412-trats2.dts
    +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
    @@ -385,24 +385,11 @@
    &dsi_0 {
    vddcore-supply = <&ldo8_reg>;
    vddio-supply = <&ldo10_reg>;
    + samsung,burst-clock-frequency = <500000000>;
    + samsung,esc-clock-frequency = <20000000>;
    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>;
    @@ -430,12 +417,6 @@
    vsync-len = <2>;
    };
    };
    -
    - port {
    - dsi_in: endpoint {
    - remote-endpoint = <&dsi_out>;
    - };
    - };
    };
    };

    --
    1.9.1
    \
     
     \ /
      Last update: 2017-02-28 09:34    [W:2.744 / U:0.616 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site