]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: misc: k3_avs: Add Linux compatibles to maintain sync
authorReid Tonking <reidt@ti.com>
Thu, 7 Sep 2023 18:06:35 +0000 (13:06 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 13:13:19 +0000 (09:13 -0400)
commit77269ba93d1afa4f9900867bb00ea54832382bea
treec022f0bcc9a3818a23b1aa4c4c8824b2520e865c
parenta467fb58b1b0534f1a212ce12a50aa21c02a6b97
drivers: misc: k3_avs: Add Linux compatibles to maintain sync

The ti,j7200-vtm and ti,j721e-vtm compatibles are used for voltage
and thermal monitoring (VTM) by (drivers/thermal/k3_j72xx_bandgap.c)
in Linux, but the same hardware is used for adaptive voltage scaling
(AVS) in u-boot, This brings both drivers in line with the same
compatibles.

Since the j7200 uses the config as the j721e, the data is inherited
from j721e vs creating a duplicate

Signed-off-by: Neha Francis <n-francis@ti.com>
Signed-off-by: Reid Tonking <reidt@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
drivers/misc/k3_avs.c