summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2023-12-18 21:26:27 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit78cb8ea8ad1e9505a58d8d9227e91e16b67871d3 (patch)
tree5b68b9e1ed6e724a315d3b9dfd76c46e0aed26d8 /include
parentb73c159252d628f1fa0376224b16b7672c59898c (diff)
arm: mach-k3: j722s: introduce clock and device files for J722S SoC
Introduce support for J722S SoC. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@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 71e8cfcc26..a14647ff27 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 4908473ba3..fd7a5f6d67 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);