From: Antoine Tenart Date: Thu, 17 Sep 2015 10:15:04 +0000 (+0200) Subject: ARM: berlin: dts: add the cpufreq-dt bindings on the BG2CD X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1e5c50572d9e587c88d6e976e582a9b3377f9153;p=linux-beck.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 Signed-off-by: Sebastian Hesselbarth --- diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi index 6246aecaa0c5..75b14211559a 100644 --- a/arch/arm/boot/dts/berlin2cd.dtsi +++ b/arch/arm/boot/dts/berlin2cd.dtsi @@ -61,6 +61,14 @@ device_type = "cpu"; next-level-cache = <&l2>; reg = <0>; + + clocks = <&chip_clk CLKID_CPU>; + clock-latency = <100000>; + operating-points = < + /* kHz uV */ + 800000 1200000 + 600000 1200000 + >; }; };