003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/cpufreq
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
cpufreq
/
📁
..
📄
brcm,stb-avs-cpu-freq.txt
(2.46 KB)
📄
cpufreq-dt.txt
(1.38 KB)
📄
cpufreq-mediatek.txt
(5.5 KB)
📄
cpufreq-qcom-hw.txt
(3.87 KB)
📄
cpufreq-spear.txt
(750 B)
📄
cpufreq-st.txt
(2.41 KB)
📄
imx-cpufreq-dt.txt
(927 B)
📄
nvidia,tegra124-cpufreq.txt
(1.06 KB)
📄
nvidia,tegra20-cpufreq.txt
(1.28 KB)
📄
ti-cpufreq.txt
(3.46 KB)
Editing: cpufreq-spear.txt
SPEAr cpufreq driver ------------------- SPEAr SoC cpufreq driver for CPU frequency scaling. It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share clock across all CPUs. Required properties: - cpufreq_tbl: Table of frequencies CPU could be transitioned into, in the increasing order. Optional properties: - clock-latency: Specify the possible maximum transition latency for clock, in unit of nanoseconds. Both required and optional properties listed above must be defined under node /cpus/cpu@0. Examples: -------- cpus { <...> cpu@0 { compatible = "arm,cortex-a9"; reg = <0>; <...> cpufreq_tbl = < 166000 200000 250000 300000 400000 500000 600000 >; }; <...> };
Upload File
Create Folder