summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManorit Chawdhry <[email protected]>2024-10-15 16:22:22 +0530
committerTom Rini <[email protected]>2024-10-21 17:52:31 -0600
commit6965d8f1a6df7cc5c13caacfc6bac4bb65cf75df (patch)
tree83895b72908d50f7323fc8cb4573491bb1062021
parent3ef28a6a939eea7d48854e1452304e7a960d0918 (diff)
arm: dts: j721s2: Add VTM node in R5
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 <[email protected]> Signed-off-by: Manorit Chawdhry <[email protected]> Reviewed-by: Aniket Limaye <[email protected]>
-rw-r--r--arch/arm/dts/k3-j721s2-r5-common-proc-board.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
index e92b1917df4..506ad9b7910 100644
--- a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
@@ -10,3 +10,12 @@
#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>;
+};