Skip to content
Snippets Groups Projects
Commit 51fd6e7e authored by Yann Gautier's avatar Yann Gautier Committed by Sebastien Pasdeloup
Browse files

fdts: stm32mp1: fix vdd_usb on stm32mp15 boards


vdd_usb must not be present unless vdda1v8 is present. So, as vdda1v8 is
disabled during standby, vdd_usb cannot be kept on during suspend.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Change-Id: I49d9683fd2ca7f89cf17cc3147585fc6b8916388
parent 9a3eca2d
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@
&vdd_usb {
standby-ddr-sr {
regulator-on-in-suspend;
regulator-off-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
......
......@@ -475,7 +475,7 @@
&vdd_usb {
standby-ddr-sr {
regulator-on-in-suspend;
regulator-off-in-suspend;
};
standby-ddr-off {
regulator-off-in-suspend;
......
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