rk3368 mipi: modified the bug of dts file
authorchenyifu <chenyf@rock-chips.com>
Wed, 14 Jan 2015 08:12:07 +0000 (16:12 +0800)
committerchenyifu <chenyf@rock-chips.com>
Wed, 11 Feb 2015 08:10:19 +0000 (16:10 +0800)
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 <chenyf@rock-chips.com>
arch/arm64/boot/dts/rk3368.dtsi [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 6e18132..25a7375
        };
 
        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 = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
-               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";
        };