summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorHari Nagalla <hnagalla@ti.com>2023-04-12 14:48:34 -0500
committerUdit Kumar <u-kumar1@ti.com>2023-04-13 11:40:59 +0530
commit2cdaad06265a5539b5e3f57343dec805a593087c (patch)
treef966fb8204002174206ce67f276bf672f2e34551 /drivers/clk
parent2d423b6be80a5f84a430b47552cd040739afda1a (diff)
clk: clk-k3: Add support for J784S4 SoC
Add support for J784S4 SoC. Signed-off-by: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/ti/clk-k3.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-k3.c b/drivers/clk/ti/clk-k3.c
index ba925fa3c4..0f0a54ecf3 100644
--- a/drivers/clk/ti/clk-k3.c
+++ b/drivers/clk/ti/clk-k3.c
@@ -86,6 +86,12 @@ static const struct soc_attr ti_k3_soc_clk_data[] = {
.data = &am62ax_clk_platdata,
},
#endif
+#ifdef CONFIG_SOC_K3_J784S4
+ {
+ .family = "J784S4",
+ .data = &j784s4_clk_platdata,
+ },
+#endif
{ /* sentinel */ }
};