diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-01-08 06:29:42 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-14 03:43:51 -0500 |
commit | 0b81995148f80f4fa0ce19e66d2e66abe82f456a (patch) | |
tree | 12fbaecfa6482f72a51c17c64231e0ef4706aae0 | |
parent | 1b5420e1f587b05de49b36472fefad5949042d00 (diff) |
mfd: arizona: Add device tree binding documentation for new clock driver
Specify the device tree binding for the input clocks to Arizona devices.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/arizona.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index 069e31da18f0..9b30011ecabe 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt | |||
@@ -51,6 +51,13 @@ Optional properties: | |||
51 | 51 | ||
52 | - wlf,reset : GPIO specifier for the GPIO controlling /RESET | 52 | - wlf,reset : GPIO specifier for the GPIO controlling /RESET |
53 | 53 | ||
54 | - clocks: Should reference the clocks supplied on MCLK1 and MCLK2 | ||
55 | - clock-names: Should contains two strings: | ||
56 | "mclk1" for the clock supplied on MCLK1, recommended to be a high | ||
57 | quality audio reference clock | ||
58 | "mclk2" for the clock supplied on MCLK2, recommended to be an always on | ||
59 | 32k clock | ||
60 | |||
54 | - wlf,gpio-defaults : A list of GPIO configuration register values. Defines | 61 | - wlf,gpio-defaults : A list of GPIO configuration register values. Defines |
55 | for the appropriate values can found in <dt-bindings/mfd/arizona.txt>. If | 62 | for the appropriate values can found in <dt-bindings/mfd/arizona.txt>. If |
56 | absent, no configuration of these registers is performed. If any entry has | 63 | absent, no configuration of these registers is performed. If any entry has |