summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/clock
Commit message (Collapse)AuthorAgeLines
* rockchip: Bring in RK3288 device tree file includes and bindingsSimon Glass2015-09-02-0/+354
| | | | | | | | Bring in required device tree files from Linux. Since mainline Linux is somewhat behind, use the files from the Chromium tree. We can re-sync once further code is acccepted upstream. Signed-off-by: Simon Glass <sjg@chromium.org>
* tegra: fdt: Add clock bindingsSimon Glass2012-03-29-0/+207
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>