diff options
author | Sebastiaan Schalbroeck <schalbroeck@gmail.com> | 2016-08-22 16:27:04 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-08-30 18:07:47 -0400 |
commit | 5839783247f416901ea4571882cb81f8354c9d2a (patch) | |
tree | 1edaa4fabf0226c4ff3c6742e465cc742e2cd53d | |
parent | d305910bbfafc07bc136028f988a161a928a18fd (diff) |
Documentation: devicetree: Fix max77693 spelling errors
This patch corrects spelling errors in the max77693 devicetree doc,
in particular example code containing typos.
Signed-off-by: Sebastiaan Schalbroeck <schalbroeck@gmail.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/max77693.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/mfd/max77693.txt b/Documentation/devicetree/bindings/mfd/max77693.txt index d3425846aa5b..6a1ae3a2b77f 100644 --- a/Documentation/devicetree/bindings/mfd/max77693.txt +++ b/Documentation/devicetree/bindings/mfd/max77693.txt | |||
@@ -17,28 +17,28 @@ Required properties: | |||
17 | - interrupt-parent : The parent interrupt controller. | 17 | - interrupt-parent : The parent interrupt controller. |
18 | 18 | ||
19 | Optional properties: | 19 | Optional properties: |
20 | - regulators : The regulators of max77693 have to be instantiated under subnod | 20 | - regulators : The regulators of max77693 have to be instantiated under subnode |
21 | named "regulators" using the following format. | 21 | named "regulators" using the following format. |
22 | 22 | ||
23 | regulators { | 23 | regulators { |
24 | regualtor-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER | 24 | regulator-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER |
25 | standard regulator constratints[*]. | 25 | standard regulator constraints[*]. |
26 | }; | 26 | }; |
27 | 27 | ||
28 | [*] refer Documentation/devicetree/bindings/regulator/regulator.txt | 28 | [*] refer Documentation/devicetree/bindings/regulator/regulator.txt |
29 | 29 | ||
30 | - haptic : The MAX77693 haptic device utilises a PWM controlled motor to provide | 30 | - haptic : The MAX77693 haptic device utilises a PWM controlled motor to provide |
31 | users with tactile feedback. PWM period and duty-cycle are varied in | 31 | users with tactile feedback. PWM period and duty-cycle are varied in |
32 | order to provide the approprite level of feedback. | 32 | order to provide the appropriate level of feedback. |
33 | 33 | ||
34 | Required properties: | 34 | Required properties: |
35 | - compatible : Must be "maxim,max77693-hpatic" | 35 | - compatible : Must be "maxim,max77693-haptic" |
36 | - haptic-supply : power supply for the haptic motor | 36 | - haptic-supply : power supply for the haptic motor |
37 | [*] refer Documentation/devicetree/bindings/regulator/regulator.txt | 37 | [*] refer Documentation/devicetree/bindings/regulator/regulator.txt |
38 | - pwms : phandle to the physical PWM(Pulse Width Modulation) device. | 38 | - pwms : phandle to the physical PWM(Pulse Width Modulation) device. |
39 | PWM properties should be named "pwms". And number of cell is different | 39 | PWM properties should be named "pwms". And number of cell is different |
40 | for each pwm device. | 40 | for each pwm device. |
41 | To get more informations, please refer to documentaion. | 41 | To get more information, please refer to documentation. |
42 | [*] refer Documentation/devicetree/bindings/pwm/pwm.txt | 42 | [*] refer Documentation/devicetree/bindings/pwm/pwm.txt |
43 | 43 | ||
44 | - charger : Node configuring the charger driver. | 44 | - charger : Node configuring the charger driver. |