aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMike Turquette <mturquette@linaro.org>2014-09-30 12:49:42 -0700
committerMike Turquette <mturquette@linaro.org>2014-09-30 12:49:42 -0700
commit38bf3a79785f50ecad01e0ea60bf779507032984 (patch)
treee97036f8b9accbc1a5fae496a4fab1b33f4e0b8a /Documentation/devicetree
parentclk: gpio-gate: Ensure gpiod_ APIs are prototyped (diff)
parentarm: pxa: Transition pxa27x to clk framework (diff)
downloadlinux-dev-38bf3a79785f50ecad01e0ea60bf779507032984.tar.xz
linux-dev-38bf3a79785f50ecad01e0ea60bf779507032984.zip
Merge branch 'clk-pxa27x' into clk-next
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/clock/pxa-clock.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/pxa-clock.txt b/Documentation/devicetree/bindings/clock/pxa-clock.txt
new file mode 100644
index 000000000000..4b4a9024bd99
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/pxa-clock.txt
@@ -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";
+};