diff options
author | Suman Anna <s-anna@ti.com> | 2022-05-25 13:38:43 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-10 13:37:32 -0400 |
commit | 4b8903a99902c22f4f60f0f873a89974d95710e7 (patch) | |
tree | e445cb24a8e0d1531169f90aab67bcf7b5cc08fd /include/k3-clk.h | |
parent | d98e860051553fa4d395a7e7da8e40d1c8e21f71 (diff) | |
download | u-boot-4b8903a99902c22f4f60f0f873a89974d95710e7.tar.gz |
arm: mach-k3: am62: Introduce autogenerated SoC data
Introduce autogenerated SoC data support clk and device data for the
AM62. Hook it upto to power-domain and clk frameworks of U-Boot.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'include/k3-clk.h')
-rw-r--r-- | include/k3-clk.h | 1 |
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); |