From bfa374103ea059f6b53f9f9f9b961a11006b620a Mon Sep 17 00:00:00 2001 From: manu Date: Mon, 24 Oct 2016 21:09:48 +0000 Subject: [PATCH] Add needed cpu-supply property for cpufreq. Patch is merged upstream, in the meantime add it in our DTS. --- sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts b/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts index e937a93f7c00..6773792a0f2a 100644 --- a/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts +++ b/sys/boot/fdt/dts/arm/olimex-a20-som-evb.dts @@ -41,3 +41,7 @@ }; }; }; + +&cpu0 { + cpu-supply = <®_dcdc2>; +};