ARM: tegra20: create a DT header defining CLK IDs
authorHiroshi Doyu <hdoyu@nvidia.com>
Wed, 22 May 2013 16:45:31 +0000 (19:45 +0300)
committerStephen Warren <swarren@nvidia.com>
Tue, 28 May 2013 22:10:39 +0000 (16:10 -0600)
commitec23ad67f641b09673d337e80b7fb6afe424f621
tree40db1aef2936319c259448fcc7e487d912f8afc4
parentf722406faae2d073cc1d01063d1123c35425939e
ARM: tegra20: create a DT header defining CLK IDs

Create a header file to define the clock IDs used by the Tegra20 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>
Documentation/devicetree/bindings/clock/nvidia,tegra20-car.txt
include/dt-bindings/clock/tegra20-car.h [new file with mode: 0644]
This page took 0.025731 seconds and 5 git commands to generate.