mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 06:50:10 +00:00
fix(stm32mp1): fdts: stm32mp1: align DDR regulators with new driver
With recent changes, TF-A now panics on MC-1, Avenger96 and Odyssey: NOTICE: CPU: STM32MP157C?? Rev.B NOTICE: Model: Linux Automation MC-1 board ERROR: regul ldo3: max value 750 is invalid PANIC at PC : 0x2ffeebb7 as the driver takes great offense at the content of the device tree. The parts in question were copy-pasted from ST DTs, but those ST DTs were fixed by commit67d95409ba
("refactor(stm32mp1-fdts): update regulator description"). Fix the breakage by transplanting the same changes into all remaining STM32MP1 DTs. Change was boot-tested on MC-1, but only build tested for the other two. Fixes:bba9fdee58
("feat(stm32mp1): add regulator framework compilation") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Change-Id: I143d0091625f62c313b3b71449c9ad99583d01c8
This commit is contained in:
parent
35f4c7295b
commit
9eed71b722
3 changed files with 3 additions and 9 deletions
|
@ -115,10 +115,9 @@
|
|||
|
||||
vtt_ddr: ldo3 {
|
||||
regulator-name = "vtt_ddr";
|
||||
regulator-min-microvolt = <500000>;
|
||||
regulator-max-microvolt = <750000>;
|
||||
regulator-always-on;
|
||||
regulator-over-current-protection;
|
||||
st,regulator-sink-source;
|
||||
};
|
||||
|
||||
vdd_usb: ldo4 {
|
||||
|
@ -143,7 +142,6 @@
|
|||
vref_ddr: vref_ddr {
|
||||
regulator-name = "vref_ddr";
|
||||
regulator-always-on;
|
||||
regulator-over-current-protection;
|
||||
};
|
||||
|
||||
bst_out: boost {
|
||||
|
|
|
@ -140,10 +140,9 @@
|
|||
|
||||
vtt_ddr: ldo3 {
|
||||
regulator-name = "vtt_ddr";
|
||||
regulator-min-microvolt = <500000>;
|
||||
regulator-max-microvolt = <750000>;
|
||||
regulator-always-on;
|
||||
regulator-over-current-protection;
|
||||
st,regulator-sink-source;
|
||||
};
|
||||
|
||||
vdd_usb: ldo4 {
|
||||
|
@ -170,7 +169,6 @@
|
|||
vref_ddr: vref_ddr {
|
||||
regulator-name = "vref_ddr";
|
||||
regulator-always-on;
|
||||
regulator-over-current-protection;
|
||||
};
|
||||
|
||||
bst_out: boost {
|
||||
|
|
|
@ -81,10 +81,9 @@
|
|||
|
||||
vtt_ddr: ldo3 {
|
||||
regulator-name = "vtt_ddr";
|
||||
regulator-min-microvolt = <500000>;
|
||||
regulator-max-microvolt = <750000>;
|
||||
regulator-always-on;
|
||||
regulator-over-current-protection;
|
||||
st,regulator-sink-source;
|
||||
};
|
||||
|
||||
vdd_usb: ldo4 {
|
||||
|
@ -110,7 +109,6 @@
|
|||
vref_ddr: vref_ddr {
|
||||
regulator-name = "vref_ddr";
|
||||
regulator-always-on;
|
||||
regulator-over-current-protection;
|
||||
};
|
||||
|
||||
bst_out: boost {
|
||||
|
|
Loading…
Add table
Reference in a new issue