diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2018-05-09 13:23:48 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-06-04 09:11:07 +0300 |
commit | fced2963d84b44990f4aa99ed7268223c294c0df (patch) | |
tree | 4b60fc18d56b392f23fcb491ee2450b78ef159fb /Documentation/devicetree/bindings/mfd/arizona.txt | |
parent | 85415af34e35d86bfd1074bc3aa97dc2078f7571 (diff) | |
download | linux-fced2963d84b44990f4aa99ed7268223c294c0df.tar.xz |
mfd: arizona: Update DT doc to support more standard Reset binding
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/arizona.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/arizona.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index bdd017686ea5..a014afb07902 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt @@ -50,7 +50,7 @@ Required properties: Optional properties: - - wlf,reset : GPIO specifier for the GPIO controlling /RESET + - reset-gpios : GPIO specifier for the GPIO controlling /RESET - clocks: Should reference the clocks supplied on MCLK1 and MCLK2 - clock-names: Should contains two strings: @@ -70,6 +70,10 @@ Optional properties: Documentation/devicetree/bindings/regulator/regulator.txt (wm5102, wm5110, wm8280, wm8997, wm8998, wm1814) +Deprecated properties: + + - wlf,reset : GPIO specifier for the GPIO controlling /RESET + Also see child specific device properties: Regulator - ../regulator/arizona-regulator.txt Extcon - ../extcon/extcon-arizona.txt |