]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm/dts: k3-j7200-r5-common: Add VTM node
authorGowtham Tammana <g-tammana@ti.com>
Wed, 14 Jul 2021 20:52:58 +0000 (15:52 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:04 +0000 (17:56 +0530)
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
arch/arm/dts/k3-j7200-r5-common-proc-board.dts

index 6ef92145efb06e3a2d9e54691c906596614d7334..891e0b69313e8ee7a482bd95000ffed2bff3f857 100644 (file)
                        <&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 {