mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk3288-mipi-dsi: add clk switch.
This commit is contained in:
@@ -687,7 +687,9 @@
|
||||
rockchip,prop = <0>;
|
||||
reg = <0xff960000 0x4000>;
|
||||
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "okay";
|
||||
clocks = <&clk_gates5 15>, <&clk_gates16 4>;
|
||||
clock-names = "clk_mipi_24m", "pclk_mipi_dsi";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dsihost1: mipi@ff964000{
|
||||
@@ -695,6 +697,8 @@
|
||||
rockchip,prop = <1>;
|
||||
reg = <0xff964000 0x4000>;
|
||||
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk_gates5 15>, <&clk_gates16 5>;
|
||||
clock-names = "clk_mipi_24m", "pclk_mipi_dsi";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user