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 <chenyf@rock-chips.com>
This commit is contained in:
chenyifu
2015-01-14 16:12:07 +08:00
parent 8b6814ddb8
commit db15be891c

8
arch/arm64/boot/dts/rk3368.dtsi Executable file → Normal file
View File

@@ -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 = <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";
};