summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf6618e)
raw | patch | inline | side by side (parent: bf6618e)
author | Hemant Hariyani <hemanthariyani@ti.com> | |
Wed, 17 Jul 2013 19:02:19 +0000 (14:02 -0500) | ||
committer | Praneeth 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>
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 | patch | blob | history |
index 3f1846ae98a6827208e9bf7b60db6f0dff05187f..4550e26949eecdef44d0784db91707a5aa26732a 100644 (file)
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";
};