MLK-12284-2 doc: syscon: add clocks as optional property
authorDong Aisheng <b29396@freescale.com>
Thu, 28 Aug 2014 09:01:34 +0000 (17:01 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
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)
[Arul: Fix merge conflicts]
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Documentation/devicetree/bindings/mfd/syscon.txt

index 25d9e9c..c66315b 100644 (file)
@@ -13,10 +13,11 @@ 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.
 - hwlocks: reference to a phandle of a hardware spinlock provider node.
+- clocks: clock used for accessing the regmap
 
 Examples:
 gpr: iomuxc-gpr@20e0000 {