diff options
| author | David Huang <[email protected]> | 2022-01-25 20:56:34 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-08 09:41:27 -0500 |
| commit | 98551f8791f919aebcf6d32318b5c074e06c830c (patch) | |
| tree | 18a449c289b48f13639928b2207b276a09a8cbe9 /drivers | |
| parent | 55bdc200adbea5528a1c3c10e26ad229905b4c4a (diff) | |
power: domain: ti: Add support for J721S2 SoC
Add support for J721S2 SoC.
Signed-off-by: David Huang <[email protected]>
Signed-off-by: Aswath Govindraju <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/domain/ti-power-domain.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/power/domain/ti-power-domain.c b/drivers/power/domain/ti-power-domain.c index b45e9b82453..a7dadf2eea7 100644 --- a/drivers/power/domain/ti-power-domain.c +++ b/drivers/power/domain/ti-power-domain.c @@ -79,6 +79,11 @@ static const struct soc_attr ti_k3_soc_pd_data[] = { .family = "J7200", .data = &j7200_pd_platdata, }, +#elif CONFIG_SOC_K3_J721S2 + { + .family = "J721S2", + .data = &j721s2_pd_platdata, + }, #endif { /* sentinel */ } }; |
