commit | a59ba9565ee20d162e858de03b9eebc0b9dbd8b6 | [log] [tgz] |
---|---|---|
author | Peter De Schrijver <pdeschrijver@nvidia.com> | Mon Sep 02 15:09:08 2013 +0300 |
committer | Peter De Schrijver <pdeschrijver@nvidia.com> | Tue Nov 26 18:46:22 2013 +0200 |
tree | 94514e5d7ffe55148e44a795658cf91f3eb6a0fc | |
parent | ebe142b2ad35d5656caae35d5deefdbebe847d3b [diff] |
clk: tegra: add header for common tegra clock IDs Many clocks are common between several Tegra SoCs. Define an enum to list them so we can move them to separate files which can be shared between SoCs. Each SoC specific file will provide an array with the common clocks which are present on the SoC and their DT binding ID. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>