commit | 8703612b0abb33e6daacc0f6b709a006ac85b285 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Mar 30 15:50:44 2012 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Apr 25 15:22:01 2012 -0600 |
tree | a075094c69915e448081e9895df54faad7fd948e | |
parent | aef7704c6cc36db9618603b22194def441d30432 [diff] |
ARM: tegra: provide clock aliases for AHUB configlink The Tegra30 AHUB driver must call tegra_periph_reset_deassert() for all devices on the AHUB's configlink bus. The AHUB driver must be able to call clk_get_sys() to retrieve the clock parameter for this function. Add the necessary clock aliases to allow this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net>