arm: dts: k3-am654-r5-base-board: Add VTM node
authorKeerthy <j-keerthy@ti.com>
Thu, 24 Oct 2019 09:30:54 +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: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
arch/arm/dts/k3-am654-r5-base-board.dts

index 174d2023060d36f9877e8333ed67b144ad77e8b1..6ab0f4af103d44422b5f9cda22a296b918f7e0eb 100644 (file)
                u-boot,dm-spl;
        };
 
+       wkup_vtm0: wkup_vtm@42050000 {
+               compatible = "ti,am654-vtm", "ti,am654-avs";
+               reg = <0x42050000 0x25c>;
+               power-domains = <&k3_pds 80>;
+               #thermal-sensor-cells = <1>;
+       };
+
        clk_200mhz: dummy_clock {
                compatible = "fixed-clock";
                #clock-cells = <0>;