arm: dts: k3-j721e-r5-common-proc-board: Add VTM node
authorKeerthy <j-keerthy@ti.com>
Thu, 24 Oct 2019 09:30:58 +0000 (15:00 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:39:17 +0000 (18:39 -0500)
Add VTM node for voltage and thermal management. For u-boot, this is needed
for supporting AVS class 0, as the efuse values for the OPPs are stored
under the VTM.

Signed-off-by: Keerthy <j-keerthy@ti.com>
arch/arm/dts/k3-j721e-r5-common-proc-board.dts

index 54d7998..e569809 100644 (file)
                mboxes= <&mcu_secproxy 4>, <&mcu_secproxy 5>;
                mbox-names = "tx", "rx";
        };
+
+       wkup_vtm0: wkup_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 {