diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-10 16:02:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-10 16:02:42 -0400 |
commit | a87a6fcd20c0e29fe55bfbb6917c4aa1f1bbce74 (patch) | |
tree | d5eb96f5979b773406d061572de14027b34a281e /include/k3-dev.h | |
parent | e5028bb227c578ca89273f0b1e0d289ec1987d2f (diff) | |
parent | e16aac3b730e10420d54cfa64f658fe7ef0397c6 (diff) |
Merge branch '2022-06-10-assorted-platform-updates' into next
- TI J721E hyperflash support, TI OMAP3 updates, TI AM654 updates,
TI AM62 initial support, Broadcom bcmbca 47622 SoC support, NPCM7xx
pinctrl and rng drivers, Synquacer updates
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 b46b8c3aabc..87e873b9ced 100644 --- a/include/k3-dev.h +++ b/include/k3-dev.h @@ -78,6 +78,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; +extern const struct ti_k3_pd_platdata am62x_pd_platdata; u8 ti_pd_state(struct ti_pd *pd); u8 lpsc_get_state(struct ti_lpsc *lpsc); |