mirror of https://gitee.com/openkylin/linux.git
ARM: berlin: dts: add the cpufreq-dt bindings on the BG2CD
The BG2CD uses cpugreq-dt. Add the corresponding bindings. 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
2e1782add7
commit
1e5c50572d
|
@ -61,6 +61,14 @@ 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 */
|
||||||
|
800000 1200000
|
||||||
|
600000 1200000
|
||||||
|
>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue