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 /include/k3-dev.h | |
| 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 'include/k3-dev.h')
| -rw-r--r-- | include/k3-dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/k3-dev.h b/include/k3-dev.h index 55c5057db35..b46b8c3aabc 100644 --- a/include/k3-dev.h +++ b/include/k3-dev.h @@ -77,6 +77,7 @@ struct ti_k3_pd_platdata { extern const struct ti_k3_pd_platdata j721e_pd_platdata; extern const struct ti_k3_pd_platdata j7200_pd_platdata; +extern const struct ti_k3_pd_platdata j721s2_pd_platdata; u8 ti_pd_state(struct ti_pd *pd); u8 lpsc_get_state(struct ti_lpsc *lpsc); |
