arm: dts: k3-am654: add vin-supply regulators for DDR
authorBryan Brattlof <bb@ti.com>
Fri, 3 Oct 2025 12:15:45 +0000 (07:15 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 19:34:14 +0000 (13:34 -0600)
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 <bb@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am654-base-board-u-boot.dtsi

index 4fd188f..baf5dd5 100644 (file)
        bootph-all;
 };
 
+&evm_12v0 {
+       bootph-all;
+};
+
+&vcc3v3_io {
+       bootph-all;
+};
+
 &vtt_supply {
        bootph-all;
 };