Commit db30fce1 authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun5i: chip: Add CPU regulator for cpufreq

The current DT doesn't have a phandle to the CPU regulator in the CPU node,
which disables the CPU voltage scaling entirely.

Add that phandle.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent ac6e4349
...@@ -70,6 +70,10 @@ &codec { ...@@ -70,6 +70,10 @@ &codec {
status = "okay"; status = "okay";
}; };
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&ehci0 { &ehci0 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment