1
0
Fork 0

ARM: dts: zero-sugar: fix supply property for cpu0

We use CONFIG_CPUFREQ_DT driver on imx7d.  The driver looks for
regulator using 'cpu-supply' property rather than 'arm-supply'.  Let's
fix it so that cpufreq-dt driver can actually scale voltage along with
frequency.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
pull/10/head
Shawn Guo 2019-07-31 19:28:40 +02:00 committed by Steinar Bakkemo
parent 72699ab595
commit 14d7057847
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
};
&cpu0 {
arm-supply = <&buck1_reg>;
cpu-supply = <&buck1_reg>;
};
&clks {