]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
arm: dts: dra7xx: Add _ck to dpll_mpu
authorHemant Hariyani <hemanthariyani@ti.com>
Wed, 17 Jul 2013 19:00:47 +0000 (14:00 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Wed, 17 Jul 2013 19:01:33 +0000 (14:01 -0500)
Clock frame work makes an incorrect assumption that all clock nodes
end in _ck. DT entries should have the whole name of the clock for
all clocks to be supported by omap clock framework. Not all clocks
have _ck suffix.
e.g: DRA7xx clocks: gpu_core_gclk_mux, hdmi_dpll_clk_mux, eve_clk

Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
[cherry-pick and format for 3.8 sdk kernel]
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
arch/arm/boot/dts/dra7.dtsi

index 3259f2b5c9e47d927b9807f55ca4ebfd88977cf6..def635612de097260532a7c02522c558205d1333 100644 (file)
@@ -31,7 +31,7 @@
                                1000000 1090000
                                1176000 1210000
                                >;
-                               clocks = <&dpll_mpu>;
+                               clocks = <&dpll_mpu_ck>;
                                clock-names = "cpu";
                        timer {
                                compatible = "arm,armv7-timer";
                        pinctrl-single,function-mask = <0x3fffffff>;
                };
 
-               dpll_mpu: dpll_mpu {
+               dpll_mpu_ck: dpll_mpu_ck {
                        #clock-cells = <0>;
                        compatible = "ti,omap-clock";
                };