]> Git Repo - J-u-boot.git/commitdiff
arm: dts: k3-am68-sk-r5-base-board: Add VTM node to R5 stage
authorNeha Malcom Francis <[email protected]>
Mon, 18 Nov 2024 10:57:11 +0000 (16:27 +0530)
committerTom Rini <[email protected]>
Wed, 4 Dec 2024 20:29:03 +0000 (14:29 -0600)
Add the VTM node to the R5 boot stage so that AVS is correctly
configured for AM68 SK.

Signed-off-by: Neha Malcom Francis <[email protected]>
Reviewed-by: Manorit Chawdhry <[email protected]>
arch/arm/dts/k3-am68-sk-r5-base-board.dts

index 3b2d7af2e528a4cb69754487313af5e0e4d7cd9b..b61d22b3b4ba29ec17983abef2218542cfdac8b8 100644 (file)
@@ -10,3 +10,8 @@
 #include "k3-j721s2-ddr.dtsi"
 #include "k3-am68-sk-base-board-u-boot.dtsi"
 #include "k3-j721s2-r5.dtsi"
+
+&wkup_vtm0 {
+       bootph-pre-ram;
+       vdd-supply-2 = <&tps62873a>;
+};
This page took 0.038273 seconds and 4 git commands to generate.