summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2014-08-28 17:01:34 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:07 -0600
commitbc3f34f8a8314a8e973fe9c5b17e38e4ad52f8ef (patch)
treeac468bcdb870a13781c8c0902219a75232925275 /Documentation
parente1eaee07ed28a5760f56ca148a22184958e96aaa (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> (cherry picked from commit da7e2a7123dfab6e7ad23e4db072ef4611a2b6cd)
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";