commit | 8be95190dac73a8b6bfc51a7c3ad6ec3d0a4d5f7 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Aug 30 12:11:53 2017 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Oct 19 16:38:40 2017 +0200 |
tree | 2388fdd933ad5a7d38115df6beefda0fdd37e0a0 | |
parent | 231ca2e583be324012212d10ad913f30c2f66adb [diff] |
clk: tegra: Add peripheral clock registration helper There is a common pattern that registers individual peripheral clocks from an initialization table. Add a common implementation to remove the duplication from various call sites. Signed-off-by: Thierry Reding <treding@nvidia.com>