]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: j721s2: Add VTM node in R5
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 15 Oct 2024 10:52:22 +0000 (16:22 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 21 Oct 2024 23:52:31 +0000 (17:52 -0600)
Also adds bootph-pre-ram property to VTM node and the pmic node.

vdd-supply is used to assign the buck regulator that the AVS driver can
use to program the proper voltage which it picked up from e-fuse.

Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Aniket Limaye <a-limaye@ti.com>
arch/arm/dts/k3-j721s2-r5-common-proc-board.dts

index e92b1917df4ed3e7749b75a3435eeb58b6871cf1..506ad9b7910d3b58a0f0b3f5f46955494a73d747 100644 (file)
 #include "k3-j721s2-ddr.dtsi"
 #include "k3-j721s2-common-proc-board-u-boot.dtsi"
 #include "k3-j721s2-r5.dtsi"
+
+&tps659411 {
+       bootph-pre-ram;
+};
+
+&wkup_vtm0 {
+       bootph-pre-ram;
+       vdd-supply-2 = <&bucka1234>;
+};