diff options
| author | Jayesh Choudhary <[email protected]> | 2024-06-12 14:41:16 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-19 12:07:44 -0600 |
| commit | 6b1193bb7a724042d5d8b7bee70aaf49080b5c4f (patch) | |
| tree | 500e12c807c5fb6984bf4a004d0c4c046e57e8de /include/k3-dev.h | |
| parent | d6942d72c4f5146a2d9e352e5223702e54b02c00 (diff) | |
arm: mach-k3: j722s: introduce clock and device files for wkup spl
Include the clock and lpsc tree files needed for the wkup spl to
initialize the proper PLLs and power domains to boot the SoC.
Reviewed-by: Bryan Brattlof <[email protected]>
Signed-off-by: Vaishnav Achath <[email protected]>
Signed-off-by: Jayesh Choudhary <[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 0c5ae9aa426..23b316701ea 100644 --- a/include/k3-dev.h +++ b/include/k3-dev.h @@ -82,6 +82,7 @@ extern const struct ti_k3_pd_platdata am62x_pd_platdata; extern const struct ti_k3_pd_platdata am62ax_pd_platdata; extern const struct ti_k3_pd_platdata j784s4_pd_platdata; extern const struct ti_k3_pd_platdata am62px_pd_platdata; +extern const struct ti_k3_pd_platdata j722s_pd_platdata; u8 ti_pd_state(struct ti_pd *pd); u8 lpsc_get_state(struct ti_lpsc *lpsc); |
