From 67f3f60c383a882b50e1997505a7a3d70f986c2c Mon Sep 17 00:00:00 2001 From: Dong Aisheng Date: Thu, 28 Aug 2014 17:01:34 +0800 Subject: 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 (cherry picked from commit 4a89ef5b579e6fb5640df099ee13939ca6d3a325) --- Documentation/devicetree/bindings/mfd/syscon.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/devicetree/bindings/mfd') 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 { -- cgit v1.2.3