arm: dts: k3-j7200-r5-common: Add registers for vtm ip
Add missing register support for VTM IP, which are needed for thermal shutdown programming. Signed-off-by: Udit Kumar <u-kumar1@ti.com> Signed-off-by: Neha Francis <n-francis@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com>
This commit is contained in:
parent
9fb14666ec
commit
d428fb483e
|
|
@ -94,7 +94,8 @@
|
|||
|
||||
wkup_vtm0: vtm@42040000 {
|
||||
compatible = "ti,am654-vtm", "ti,j721e-avs";
|
||||
reg = <0x0 0x42040000 0x0 0x330>;
|
||||
reg = <0x0 0x42040000 0x0 0x330>,
|
||||
<0x00 0x42050000 0x00 0x350>;
|
||||
power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
|
||||
#thermal-sensor-cells = <1>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue