summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJayesh Choudhary <[email protected]>2024-06-12 14:41:16 +0530
committerTom Rini <[email protected]>2024-06-19 12:07:44 -0600
commit6b1193bb7a724042d5d8b7bee70aaf49080b5c4f (patch)
tree500e12c807c5fb6984bf4a004d0c4c046e57e8de /include
parentd6942d72c4f5146a2d9e352e5223702e54b02c00 (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')
-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 7bc42ecbb0c..855d31c9ae9 100644
--- a/include/k3-clk.h
+++ b/include/k3-clk.h
@@ -178,6 +178,7 @@ extern const struct ti_k3_clk_platdata am62x_clk_platdata;
extern const struct ti_k3_clk_platdata am62ax_clk_platdata;
extern const struct ti_k3_clk_platdata j784s4_clk_platdata;
extern const struct ti_k3_clk_platdata am62px_clk_platdata;
+extern const struct ti_k3_clk_platdata j722s_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 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);