]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
arm: dts: omap5: Add _ck to dpll_mpu
authorHemant Hariyani <hemanthariyani@ti.com>
Wed, 17 Jul 2013 19:02:19 +0000 (14:02 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Wed, 17 Jul 2013 19:03:12 +0000 (14:03 -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: OMAP5 clocks: gpu_core_gclk_mux, mmc1_fclk_mux

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/omap5.dtsi

index 3f1846ae98a6827208e9bf7b60db6f0dff05187f..4550e26949eecdef44d0784db91707a5aa26732a 100644 (file)
@@ -43,7 +43,7 @@
                                1000000 1060000
                                1500000 1250000
                        >;
-                       clocks = <&dpll_mpu>;
+                       clocks = <&dpll_mpu_ck>;
                        clock-names = "cpu";
                        clock-latency = <300000>; /* From omap-cpufreq driver */
                };
                        ti,hwmods = "counter_32k";
                };
 
-               dpll_mpu: dpll_mpu {
+               dpll_mpu_ck: dpll_mpu_ck {
                        #clock-cells = <0>;
                        compatible = "ti,omap-clock";
                };