tegra: fdt: Add clock bindings
authorSimon Glass <sjg@chromium.org>
Mon, 27 Feb 2012 10:52:43 +0000 (10:52 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 29 Mar 2012 06:12:48 +0000 (08:12 +0200)
commit1f1a02123cc1643517498e93497a67dfe8824bd7
tree3fba4c0037c0effa54805a9b9129c2a4b4df6653
parent8b7a47d73d26e562918021bf4027adcb660a1146
tegra: fdt: Add clock bindings

This adds a basic binding for the oscillator and peripheral clocks. The
second cell is the clock number, defined as the bit number within the clock
enable register if the peripheral clock.

This uses the RFC clock bindings from Grant Likely so may change later:

https://lkml.org/lkml/2011/12/12/498

It is taken from Stephen Warren's patch here:

http://patchwork.ozlabs.org/patch/141359/

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/dts/tegra20.dtsi
doc/device-tree-bindings/clock/nvidia,tegra20-car.txt [new file with mode: 0644]