diff options
author | Gowtham Tammana | 2021-07-14 15:52:58 -0500 |
---|---|---|
committer | Lokesh Vutla | 2021-07-15 17:56:04 +0530 |
commit | fcdf03aab90c5de44611dadf42d0dbf14fc402d0 (patch) | |
tree | 5ed99ad946f3f0a60a48e4a6e7d09fa7d9f12bc9 /arch/arm | |
parent | 6fb8706bcb88ae53780cadad63e698f231eac4ee (diff) |
arm/dts: k3-j7200-r5-common: Add VTM node
Add voltage and thermal management (VTM) node. The efuse values for the
OPPs are stored under the VTM, and is needed for AVS class 0 support.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210714205300.17424-4-g-tammana@ti.com
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts index 6ef92145efb..891e0b69313 100644 --- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts +++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts @@ -89,6 +89,13 @@ <&mcu_secproxy 23>; u-boot,dm-spl; }; + + wkup_vtm0: vtm@42040000 { + compatible = "ti,am654-vtm", "ti,j721e-avs"; + reg = <0x0 0x42040000 0x0 0x330>; + power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>; + #thermal-sensor-cells = <1>; + }; }; &dmsc { |