rk3288-mipi-dsi: add clk switch.
authorlibing <libing@rock-chips.com>
Fri, 11 Apr 2014 10:11:14 +0000 (18:11 +0800)
committerlibing <libing@rock-chips.com>
Fri, 11 Apr 2014 10:11:14 +0000 (18:11 +0800)
arch/arm/boot/dts/rk3288.dtsi

index eac36e96f150bf292dda03dcae55de4143e26f40..687f9e483aa2bb3f8b7c85a0f4d603d47f12903e 100755 (executable)
                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{
                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"; 
        };