Other Parts Discussed in Thread: AM3352, AM4372
Hi Expert
In AM335x Linux SDK6.0.1 Kernel DTS file , what is the definition of dpll_mpu_ck? I searched in Linux kernel, but didn’t find the definition.
What does it mean “clock-latency = <300000>;”
How to set a 800MHz CPU Freq in Kernel? Here I don’t expect DVFS mode and after Kernel bring-up, it can always keep as 800MHz. I have read POWER Managerment section in Linux SDK development guide, but didn’t find a clear answer.
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "arm,cortex-a8";
enable-method = "ti,am3352";
device_type = "cpu";
reg = <0>;
operating-points-v2 = <&cpu0_opp_table>;
clocks = <&dpll_mpu_ck>;
clock-names = "cpu";
clock-latency = <300000>; /* From omap-cpufreq driver */
cpu-idle-states = <&mpu_gate>;
Best regards
Mariano