commit | 897e1dde1ec1571a28545594633624927fa0a76e | [log] [tgz] |
---|---|---|
author | Andrew Chew <achew@nvidia.com> | Wed Aug 07 19:25:09 2013 +0800 |
committer | Peter De Schrijver <pdeschrijver@nvidia.com> | Tue Nov 26 18:43:58 2013 +0200 |
tree | c7832c368645e80a3da98082cc13f8c2208a6028 | |
parent | 252d0d2bb07119296e215de7dc9afa8d12746b80 [diff] |
clk: tegra: Set the clk parent of host1x to pll_p The power-on default parent for this clock is pll_m, which turns out to be wrong. Previously, bootloader reparented this clock. We'll do it in the kernel as well, so that there's one less thing that we depend on bootloader to initialize. Signed-off-by: Andrew Chew <achew@nvidia.com> Signed-off-by: Mark Zhang <markz@nvidia.com>