commit | 6fe38aa8cac3a5db38154331742835a4d9740788 | [log] [tgz] |
---|---|---|
author | Sowjanya Komatineni <skomatineni@nvidia.com> | Mon Jan 13 23:24:09 2020 -0800 |
committer | Thierry Reding <treding@nvidia.com> | Thu Mar 12 11:33:30 2020 +0100 |
tree | 47c301ce36e349f5b08348e465e2e0e9cfe08465 | |
parent | 2b50e49b093c6f4c03faaf06d6b67707fab40938 [diff] |
clk: tegra: Fix Tegra PMC clock out parents Tegra PMC clocks clk_out_1, clk_out_2, and clk_out_3 supported parents are osc, osc_div2, osc_div4 and extern clock. Clock driver is using incorrect parents clk_m, clk_m_div2, clk_m_div4 for PMC clocks. This patch fixes this. Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>