diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-01 14:00:02 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-02 20:47:19 -0500 |
commit | f6da46a3074722feb9b4069cf032b924c7251860 (patch) | |
tree | a2c57ec8c4aabccf3aeaa6f5a3229f4421272d99 /drivers/clk/tegra/clk-tegra114.c | |
parent | afb4bdc9d8987eb570ef0e9e608459d9fc016de5 (diff) |
clk: tegra: Remove CLK_IS_ROOT
This flag is a no-op now. Remove usage of the flag.
Acked-by: Rhyland Klein <rklein@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/tegra/clk-tegra114.c')
-rw-r--r-- | drivers/clk/tegra/clk-tegra114.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/tegra/clk-tegra114.c b/drivers/clk/tegra/clk-tegra114.c index 4a24aa4bbdea..df47ec3169c3 100644 --- a/drivers/clk/tegra/clk-tegra114.c +++ b/drivers/clk/tegra/clk-tegra114.c | |||
@@ -972,8 +972,7 @@ static void __init tegra114_fixed_clk_init(void __iomem *clk_base) | |||
972 | struct clk *clk; | 972 | struct clk *clk; |
973 | 973 | ||
974 | /* clk_32k */ | 974 | /* clk_32k */ |
975 | clk = clk_register_fixed_rate(NULL, "clk_32k", NULL, CLK_IS_ROOT, | 975 | clk = clk_register_fixed_rate(NULL, "clk_32k", NULL, 0, 32768); |
976 | 32768); | ||
977 | clks[TEGRA114_CLK_CLK_32K] = clk; | 976 | clks[TEGRA114_CLK_CLK_32K] = clk; |
978 | 977 | ||
979 | /* clk_m_div2 */ | 978 | /* clk_m_div2 */ |