Skip to content

Commit

Permalink
clk: dts: document pxa clock binding
Browse files Browse the repository at this point in the history
Document the device-tree binding of Marvell PXA based SoCs.
PXA clocks are mostly fixed rate and fixed ratio clocks derived from an
external oscillator, and gated by a register set (CKEN or CKEN*).

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Robert Jarzmik authored and Mike Turquette committed Sep 30, 2014
1 parent bda0030 commit 53f3394
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation/devicetree/bindings/clock/pxa-clock.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* Clock bindings for Marvell PXA chips

Required properties:
- compatible: Should be "marvell,pxa-clocks"
- #clock-cells: Should be <1>

The clock consumer should specify the desired clock by having the clock
ID in its "clocks" phandle cell (see include/.../pxa-clock.h).

Examples:

pxa2xx_clks: pxa2xx_clks@41300004 {
compatible = "marvell,pxa-clocks";
#clock-cells = <1>;
status = "okay";
};

0 comments on commit 53f3394

Please sign in to comment.