Commit 2e1782ad authored by Antoine Tenart's avatar Antoine Tenart Committed by Sebastian Hesselbarth

ARM: berlin: dts: add the cpufreq-dt bindings on the BG2

The BG2 uses cpugreq-dt. Add the corresponding bindings.
Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 23998645
...@@ -63,6 +63,16 @@ cpu@0 { ...@@ -63,6 +63,16 @@ cpu@0 {
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>;
operating-points = <
/* kHz uV */
1200000 1200000
1000000 1200000
800000 1200000
600000 1200000
>;
}; };
cpu@1 { cpu@1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment