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)
commita59ba9565ee20d162e858de03b9eebc0b9dbd8b6
tree94514e5d7ffe55148e44a795658cf91f3eb6a0fc
parentebe142b2ad35d5656caae35d5deefdbebe847d3b
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>
drivers/clk/tegra/clk-id.h [new file with mode: 0644]