mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <u-kumar1@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Reviewed-by: Aniket Limaye <a-limaye@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
3ef28a6a93
commit
6965d8f1a6
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user