clk: tegra: Add support for Tegra210 clocks
Implement clock support for Tegra210. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:

committed by
Thierry Reding

parent
139fd30943
commit
6b301a059e
@@ -152,6 +152,10 @@ enum clk_id {
|
||||
tegra_clk_pll_c2,
|
||||
tegra_clk_pll_c3,
|
||||
tegra_clk_pll_c4,
|
||||
tegra_clk_pll_c4_out0,
|
||||
tegra_clk_pll_c4_out1,
|
||||
tegra_clk_pll_c4_out2,
|
||||
tegra_clk_pll_c4_out3,
|
||||
tegra_clk_pll_c_out1,
|
||||
tegra_clk_pll_d,
|
||||
tegra_clk_pll_d2,
|
||||
@@ -179,6 +183,9 @@ enum clk_id {
|
||||
tegra_clk_pll_re_out,
|
||||
tegra_clk_pll_re_vco,
|
||||
tegra_clk_pll_u,
|
||||
tegra_clk_pll_u_out,
|
||||
tegra_clk_pll_u_out1,
|
||||
tegra_clk_pll_u_out2,
|
||||
tegra_clk_pll_u_12m,
|
||||
tegra_clk_pll_u_480m,
|
||||
tegra_clk_pll_u_48m,
|
||||
|
Reference in New Issue
Block a user