X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fk3-clk.h;h=371f077c4476dfc287fdce139a2647994923264d;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=59c76db86eadf7d4dd62ac0fe0e0413b003ee325;hpb=e908d20fcbd847e17345591fc171b59d9a156516;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/k3-clk.h b/include/k3-clk.h index 59c76db..371f077 100644 --- a/include/k3-clk.h +++ b/include/k3-clk.h @@ -173,6 +173,8 @@ 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);