rk3288: add clock info to rga node in dts
authordkl <dkl@rock-chips.com>
Wed, 19 Mar 2014 11:52:17 +0000 (19:52 +0800)
committerdkl <dkl@rock-chips.com>
Wed, 19 Mar 2014 11:52:17 +0000 (19:52 +0800)
arch/arm/boot/dts/rk3288.dtsi

index da456a8a2c225ebca82dd1458aeddd9a2052d322..190015c29ef3cceaac256c748e19ce2387396432 100755 (executable)
                compatible = "rockchip,rga";
                reg = <0xff920000 0x1000>;
                interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
-               clock-names = "hclk_rga", "aclk_rga"; 
+               clocks = <&clk_gates15 1>, <&aclk_rga>, <&clk_rga>;
+               clock-names = "hclk_rga", "aclk_rga", "clk_rga";
        };
 
        i2s: rockchip-i2s@0xff890000 {