clk: tegra: add header for common tegra clock IDs
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Mon, 2 Sep 2013 12:09:08 +0000 (15:09 +0300)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Tue, 26 Nov 2013 16:46:22 +0000 (18:46 +0200)
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>

No differences found