summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Brattlof <[email protected]>2025-10-03 07:15:45 -0500
committerTom Rini <[email protected]>2025-10-08 13:34:14 -0600
commit8a9f2c19d44c8db105d0031efd9a2a43d7d1797f (patch)
treee0f9a3ab451604f394e6c5018a4b55413d198883
parent92dcb3ad5d98f494b2448a7345e1cb7eefa50278 (diff)
arm: dts: k3-am654: add vin-supply regulators for DDR
As of commit f98d812e5353 ("power: regulator: Add vin-supply for GPIO and Fixed regulators") we must ensure the parent nodes of a regulator are present in DT if they are described in the vin-supply property For the am65x reference board the DRAM chips are fed by the 3v3 rail which is fed by the main 12v rail. Add the bootph properties to these DT nodes to prevent them from being pruned during the SPL build so we can enable power to the DRAM chips Signed-off-by: Bryan Brattlof <[email protected]> Tested-by: Nishanth Menon <[email protected]>
-rw-r--r--arch/arm/dts/k3-am654-base-board-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index 4fd188fa191..baf5dd562f9 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -17,6 +17,14 @@
bootph-all;
};
+&evm_12v0 {
+ bootph-all;
+};
+
+&vcc3v3_io {
+ bootph-all;
+};
+
&vtt_supply {
bootph-all;
};