summaryrefslogtreecommitdiff
path: root/include/k3-clk.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 16:02:42 -0400
committerTom Rini <trini@konsulko.com>2022-06-10 16:02:42 -0400
commita87a6fcd20c0e29fe55bfbb6917c4aa1f1bbce74 (patch)
treed5eb96f5979b773406d061572de14027b34a281e /include/k3-clk.h
parente5028bb227c578ca89273f0b1e0d289ec1987d2f (diff)
parente16aac3b730e10420d54cfa64f658fe7ef0397c6 (diff)
Merge branch '2022-06-10-assorted-platform-updates' into next
- TI J721E hyperflash support, TI OMAP3 updates, TI AM654 updates, TI AM62 initial support, Broadcom bcmbca 47622 SoC support, NPCM7xx pinctrl and rng drivers, Synquacer updates
Diffstat (limited to 'include/k3-clk.h')
-rw-r--r--include/k3-clk.h1
1 files changed, 1 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);