diff options
Diffstat (limited to 'drivers/power/domain/ti-power-domain.c')
-rw-r--r-- | drivers/power/domain/ti-power-domain.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/domain/ti-power-domain.c b/drivers/power/domain/ti-power-domain.c index a7f64d04f5c..9e7151307c8 100644 --- a/drivers/power/domain/ti-power-domain.c +++ b/drivers/power/domain/ti-power-domain.c @@ -93,6 +93,12 @@ static const struct soc_attr ti_k3_soc_pd_data[] = { .data = &am62x_pd_platdata, }, #endif +#ifdef CONFIG_SOC_K3_AM62A7 + { + .family = "AM62AX", + .data = &am62ax_pd_platdata, + }, +#endif { /* sentinel */ } }; |