mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-16 02:44:26 +08:00
ARM: berlin: dts: add the cpufreq-dt bindings on the BG2Q
The BG2Q uses cpugreq-dt. Add the corresponding bindings. The operating points can be updated by the bootloader. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
parent
c56e1a2be1
commit
23998645f6
@ -58,6 +58,17 @@
|
|||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
next-level-cache = <&l2>;
|
next-level-cache = <&l2>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
|
clocks = <&chip_clk CLKID_CPU>;
|
||||||
|
clock-latency = <100000>;
|
||||||
|
/* Can be modified by the bootloader */
|
||||||
|
operating-points = <
|
||||||
|
/* kHz uV */
|
||||||
|
1200000 1200000
|
||||||
|
1000000 1200000
|
||||||
|
800000 1200000
|
||||||
|
600000 1200000
|
||||||
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu@1 {
|
cpu@1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user