From: chenyifu Date: Wed, 14 Jan 2015 08:12:07 +0000 (+0800) Subject: rk3368 mipi: modified the bug of dts file X-Git-Tag: firefly_0821_release~4158^2~447^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=db15be891c2ebc3a0341b79168b2ea0d0b8219ab;p=firefly-linux-kernel-4.4.55.git rk3368 mipi: modified the bug of dts file The address of rk3368 is 64-bits. Change the order of "pclk_mipi_dsi" and "pclk_mipi_dsi_host" in order compatible with earlier code. Signed-off-by: chenyifu --- diff --git a/arch/arm64/boot/dts/rk3368.dtsi b/arch/arm64/boot/dts/rk3368.dtsi old mode 100755 new mode 100644 index 6e1813281a03..25a73752d0cd --- a/arch/arm64/boot/dts/rk3368.dtsi +++ b/arch/arm64/boot/dts/rk3368.dtsi @@ -697,13 +697,13 @@ }; dsihost0: mipi@ff960000{ - compatible = "rockchip,rk33x-dsi"; + compatible = "rockchip,rk3368-dsi"; rockchip,prop = <0>; - reg = <0xff960000 0x4000>, <0xff968000 0x4000>; + reg = <0x0 0xff960000 0x0 0x4000>, <0x0 0xff968000 0x0 0x4000>; reg-names = "mipi_dsi_host" ,"mipi_dsi_phy"; interrupts = ; - clocks = <&clk_gates4 14>, <&clk_gates17 3>, <&clk_gates22 10>; - clock-names = "clk_mipi_24m", "pclk_mipi_dsi_host", "pclk_mipi_dsi_phy"; + clocks = <&clk_gates4 14>, <&clk_gates22 10>, <&clk_gates17 3>; + clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pclk_mipi_dsi_host"; status = "okay"; };