summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSuman Anna <[email protected]>2022-05-25 13:38:43 +0530
committerTom Rini <[email protected]>2022-06-10 13:37:32 -0400
commit4b8903a99902c22f4f60f0f873a89974d95710e7 (patch)
treee445cb24a8e0d1531169f90aab67bcf7b5cc08fd /include
parentd98e860051553fa4d395a7e7da8e40d1c8e21f71 (diff)
arm: mach-k3: am62: Introduce autogenerated SoC data
Introduce autogenerated SoC data support clk and device data for the AM62. Hook it upto to power-domain and clk frameworks of U-Boot. Signed-off-by: Dave Gerlach <[email protected]> Signed-off-by: Suman Anna <[email protected]> Signed-off-by: Vignesh Raghavendra <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/k3-clk.h1
-rw-r--r--include/k3-dev.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/k3-clk.h b/include/k3-clk.h
index 31292b59f20..371f077c447 100644
--- a/include/k3-clk.h
+++ b/include/k3-clk.h
@@ -174,6 +174,7 @@ struct ti_k3_clk_platdata {
extern const struct ti_k3_clk_platdata j721e_clk_platdata;
extern const struct ti_k3_clk_platdata j7200_clk_platdata;
extern const struct ti_k3_clk_platdata j721s2_clk_platdata;
+extern const struct ti_k3_clk_platdata am62x_clk_platdata;
struct clk *clk_register_ti_pll(const char *name, const char *parent_name,
void __iomem *reg);
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);