Add needed cpu-supply property for cpufreq.

Patch is merged upstream, in the meantime add it in our DTS.
This commit is contained in:
manu 2016-10-24 21:09:48 +00:00
parent ea49fb0774
commit bfa374103e

View File

@ -41,3 +41,7 @@
};
};
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};