mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-15 01:50:40 +09:00
rk312x mipi:enable mipi controller clock and AHB h2p bridge clock for rk312x
This commit is contained in:
@@ -512,13 +512,13 @@
|
||||
};
|
||||
|
||||
dsihost0: mipi@10110000{
|
||||
compatible = "rockchip,rk32-dsi";
|
||||
compatible = "rockchip,rk312x-dsi";
|
||||
rockchip,prop = <0>;
|
||||
reg = <0x10110000 0x4000>, <0x20038000 0x4000>;
|
||||
reg-names = "mipi_dsi_host" ,"mipi_dsi_phy";
|
||||
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk_gates2 15>, <&clk_gates5 0> ;//, <&pd_mipidsi>;
|
||||
clock-names = "clk_mipi_24m", "pclk_mipi_dsi";//, "pd_mipi_dsi";
|
||||
clocks = <&clk_gates2 15>, <&clk_gates5 0>, <&clk_gates9 6>, <&clk_gates9 5>, <&pd_mipidsi>;
|
||||
clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pclk_mipi_dsi_host", "hclk_vio_h2p", "pd_mipi_dsi";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user