summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/tegra30-car.h
Commit message (Collapse)AuthorAgeFilesLines
* clk: tegra: remove bogus PCIE_XCLKStephen Warren2013-12-111-1/+1
| | | | | | | | | | | The "pcie_xclk" clock is not actually a clock at all, but rather a reset domain. Now that the custom Tegra module reset API has been removed, we can remove the definition of any "clocks" that existed solely to support it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com>
* ARM: tegra30: add missing CLK IDsPeter De Schrijver2013-11-261-1/+9
| | | | | | The Tegra30 clock bindings lack few IDs for audio and clk_out muxes. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
* ARM: tegra30: create a DT header defining CLK IDsHiroshi Doyu2013-05-281-0/+265
Create a header file to define the clock IDs used by the Tegra30 clock binding. Remove the list of definitions from the binding documentation, and refer the reader to the header file. This will allow the same header to be used by both device tree files, and drivers implementing this binding, which guarantees that the two stay in sync. This also makes device trees more readable by using names instead of magic numbers. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> [swarren, add header to clock/ instead of clk/ to match binding location] Signed-off-by: Stephen Warren <swarren@nvidia.com>
OpenPOWER on IntegriCloud