summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2014-08-28 17:01:34 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit67f3f60c383a882b50e1997505a7a3d70f986c2c (patch)
tree27db3ebbb15a68f5a6995c0d160ab8240e52df1b /Documentation/devicetree/bindings/mfd
parent92586a6a5ffebbb8708a99ebcaf358ba3e92e85e (diff)
MLK-12284-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 4a89ef5b579e6fb5640df099ee13939ca6d3a325)
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r--Documentation/devicetree/bindings/mfd/syscon.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/syscon.txt b/Documentation/devicetree/bindings/mfd/syscon.txt
index 408f768686f1..a438909b5cc6 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.txt
+++ b/Documentation/devicetree/bindings/mfd/syscon.txt
@@ -13,9 +13,10 @@ Required properties:
- compatible: Should contain "syscon".
- reg: the register region can be accessed from syscon
-Optional property:
+Optional properties:
- reg-io-width: the size (in bytes) of the IO accesses that should be
performed on the device.
+- clocks: clock used for accessing the regmap
Examples:
gpr: iomuxc-gpr@020e0000 {