mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
arm: mach-k3: am62a: introduce auto-generated SoC data
Introduce the auto-generated clock tree and power domain data needed to attach the am62a into the power-domain and clock frameworks of uboot Signed-off-by: Bryan Brattlof <bb@ti.com>
This commit is contained in:
parent
b511b371ad
commit
b6cbcd6155
7 changed files with 410 additions and 0 deletions
|
@ -79,6 +79,7 @@ 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;
|
||||
extern const struct ti_k3_pd_platdata am62x_pd_platdata;
|
||||
extern const struct ti_k3_pd_platdata am62ax_pd_platdata;
|
||||
|
||||
u8 ti_pd_state(struct ti_pd *pd);
|
||||
u8 lpsc_get_state(struct ti_lpsc *lpsc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue