mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 13:53:54 +00:00
feat(stm32mp25-fdts): add DDR power supplies
Add the required power supplies for DDR nodes. The power supplies are provided by STPMIC2 regulators. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: I951da75a554bc4fbfbc69ea9cd1171d99ed7ce46
This commit is contained in:
parent
e34839b9a2
commit
7323c7f9a3
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
&ddr {
|
||||
vdd-supply = <&vdd_ddr>;
|
||||
vtt-supply = <&vtt_ddr>;
|
||||
vpp-supply = <&vpp_ddr>;
|
||||
vref-supply = <&vref_ddr>;
|
||||
};
|
||||
|
||||
&i2c7 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c7_pins_a>;
|
||||
|
|
Loading…
Add table
Reference in a new issue