summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2014-08-28 17:01:34 +0800
committerDong Aisheng <b29396@freescale.com>2014-08-29 17:19:38 +0800
commitda7e2a7123dfab6e7ad23e4db072ef4611a2b6cd (patch)
tree7075fafc0619dac61ce9e034a0b9523ae91f9dcc /Documentation
parente94692d02c66c87c246af3b7c311d02a2d04c739 (diff)
ENGR00329352-2 doc: syscon: add clocks as optional property
User can specify clocks in devicetree which is used for accessing the registers in this regmap. Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mfd/syscon.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/syscon.txt b/Documentation/devicetree/bindings/mfd/syscon.txt
index fe8150bb3248..c17f40e27702 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.txt
+++ b/Documentation/devicetree/bindings/mfd/syscon.txt
@@ -13,6 +13,9 @@ Required properties:
- compatible: Should contain "syscon".
- reg: the register region can be accessed from syscon
+Optional properties:
+- clocks: clock used for accessing the regmap
+
Examples:
gpr: iomuxc-gpr@020e0000 {
compatible = "fsl,imx6q-iomuxc-gpr", "syscon";