From: Bartosz Golaszewski Date: Mon, 27 May 2019 08:22:58 +0000 (+0200) Subject: ARM: dts: da850-evm: enable cpufreq X-Git-Tag: v5.3-rc1~19^2~31^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8e3699f65c396a65facb507548b88a008b25c88;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: da850-evm: enable cpufreq Enable cpufreq-dt support for da850-evm. The cvdd is supplied by the tps65070 pmic with configurable output voltage. By default da850-evm boards support frequencies up to 375MHz so enable this operating point. Signed-off-by: Bartosz Golaszewski Reviewed-by: Adam Ford Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index f04bc3e153322..f94bb38fdad9a 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -191,6 +191,19 @@ }; }; +&cpu { + cpu-supply = <&vdcdc3_reg>; +}; + +/* + * The standard da850-evm kits and SOM's are 375MHz so enable this operating + * point by default. Higher frequencies must be enabled for custom boards with + * other variants of the SoC. + */ +&opp_375 { + status = "okay"; +}; + &sata { status = "okay"; };