Skip to content
Snippets Groups Projects
Commit 55326d4a authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

arm64: dts: fsl: librem5: and the regulators for DVFS


Specify which regulator is used for cpufreq DVFS.

Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent 110402a0
No related merge requests found
......@@ -245,6 +245,26 @@ wifi_pwr_en: regulator-wifi-en {
};
};
&A53_0 {
operating-points-v2 = <&a53_opp_table>;
cpu-supply = <&buck2_reg>;
};
&A53_1 {
operating-points-v2 = <&a53_opp_table>;
cpu-supply = <&buck2_reg>;
};
&A53_2 {
operating-points-v2 = <&a53_opp_table>;
cpu-supply = <&buck2_reg>;
};
&A53_3 {
operating-points-v2 = <&a53_opp_table>;
cpu-supply = <&buck2_reg>;
};
&clk {
assigned-clocks = <&clk IMX8MQ_AUDIO_PLL1>, <&clk IMX8MQ_AUDIO_PLL2>;
assigned-clock-rates = <786432000>, <722534400>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment