Эх сурвалжийг харах

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>
Sebastiaan Schalbroeck 9 жил өмнө
parent
commit
5839783247

+ 6 - 6
Documentation/devicetree/bindings/mfd/max77693.txt

@@ -17,28 +17,28 @@ Required properties:
 - interrupt-parent :  The parent interrupt controller.
 - interrupt-parent :  The parent interrupt controller.
 
 
 Optional properties:
 Optional properties:
-- regulators : The regulators of max77693 have to be instantiated under subnod
+- regulators : The regulators of max77693 have to be instantiated under subnode
   named "regulators" using the following format.
   named "regulators" using the following format.
 
 
 	regulators {
 	regulators {
-		regualtor-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
-		standard regulator constratints[*].
+		regulator-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
+		standard regulator constraints[*].
 	};
 	};
 
 
 	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
 	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
 
 
 - haptic : The MAX77693 haptic device utilises a PWM controlled motor to provide
 - haptic : The MAX77693 haptic device utilises a PWM controlled motor to provide
   users with tactile feedback. PWM period and duty-cycle are varied in
   users with tactile feedback. PWM period and duty-cycle are varied in
-  order to provide the approprite level of feedback.
+  order to provide the appropriate level of feedback.
 
 
  Required properties:
  Required properties:
-	- compatible : Must be "maxim,max77693-hpatic"
+	- compatible : Must be "maxim,max77693-haptic"
 	- haptic-supply : power supply for the haptic motor
 	- haptic-supply : power supply for the haptic motor
 	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
 	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
 	- pwms : phandle to the physical PWM(Pulse Width Modulation) device.
 	- pwms : phandle to the physical PWM(Pulse Width Modulation) device.
 	 PWM properties should be named "pwms". And number of cell is different
 	 PWM properties should be named "pwms". And number of cell is different
 	 for each pwm device.
 	 for each pwm device.
-	 To get more informations, please refer to documentaion.
+	 To get more information, please refer to documentation.
 	[*] refer Documentation/devicetree/bindings/pwm/pwm.txt
 	[*] refer Documentation/devicetree/bindings/pwm/pwm.txt
 
 
 - charger : Node configuring the charger driver.
 - charger : Node configuring the charger driver.