Skip to content
Snippets Groups Projects
Commit 308814f1 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 3a5ff095
No related branches found
No related tags found
6 merge requests!101Adjust the pin control register values of each SDA and SCL pin,!82USB: Add USB_QUIRK_RESET_RESUME quirk for Microchip USB2642,!71Make I2C1 operate at 387kHz,!66Purism redpine driver,!54Drop capacity,!44WIP power: bq25890_charger: Indicate charging state
......@@ -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