summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorReid Tonking <reidt@ti.com>2023-12-22 12:28:34 -0600
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitd73d85d25f888203ac94968a8004ee614acf4e06 (patch)
tree6dcc15894d16730b4cc3ae175f08ccf17db82971 /drivers
parentb5a57963f8a3d0a07f5101e769ce7fe2190b3440 (diff)
misc: k3_avs: Change j7200 vtm compatible to align with upstream
Upstream u-boot changed to using the ti,j7200-vtm compatible with the Linux 6.6 DT sync, so using the same here Reviewed-by: Udit Kumar <u-kumar1@ti.com> Signed-off-by: Reid Tonking <reidt@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/k3_avs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/k3_avs.c b/drivers/misc/k3_avs.c
index 88db75d99e..d7312175f1 100644
--- a/drivers/misc/k3_avs.c
+++ b/drivers/misc/k3_avs.c
@@ -512,6 +512,7 @@ static const struct udevice_id k3_avs_ids[] = {
{ .compatible = "ti,am654-avs", .data = (ulong)&am654_vd_config },
{ .compatible = "ti,j721e-avs", .data = (ulong)&j721e_vd_config },
{ .compatible = "ti,j721s2-avs", .data = (ulong)&j721s2_vd_config },
+ { .compatible = "ti,j7200-vtm", .data = (ulong)&j721e_vd_config },
{}
};