summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2022-12-01 18:53:57 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-12-01 18:56:14 -0600
commit834cc3d20a775e939a445125c695e3fefa8059c7 (patch)
tree854324f581ae6fab9cdba56417c203b1a0c601a6 /include
parentd6ff451d97eaacd79f67d4b6250549b090574a89 (diff)
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>
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 2435ca044f..d3ca240106 100644
--- a/include/k3-clk.h
+++ b/include/k3-clk.h
@@ -177,6 +177,7 @@ 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 j784s4_clk_platdata;
extern const struct ti_k3_clk_platdata am62x_clk_platdata;
+extern const struct ti_k3_clk_platdata am62ax_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 8b94b46e64..127c9ccc5a 100644
--- a/include/k3-dev.h
+++ b/include/k3-dev.h
@@ -80,6 +80,7 @@ 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 j784s4_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);