devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: devicetree: Fix max77693 spelling errors
@ 2016-08-22 20:27 ` Sebastiaan Schalbroeck
  2016-08-23  2:46   ` Chanwoo Choi
  2016-08-30 21:57   ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastiaan Schalbroeck @ 2016-08-22 20:27 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: cw00.choi-Sze3O3UU22JBDgjK7y7TUQ, krzk-DgEjT+Ai2ygdnm+yROfE0A,
	b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	trivial-DgEjT+Ai2ygdnm+yROfE0A

This patch corrects spelling errors in the max77693 devicetree doc,
in particular example code containing typos.

Signed-off-by: Sebastiaan Schalbroeck <schalbroeck-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 Documentation/devicetree/bindings/mfd/max77693.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/max77693.txt b/Documentation/devicetree/bindings/mfd/max77693.txt
index d342584..6a1ae3a 100644
--- a/Documentation/devicetree/bindings/mfd/max77693.txt
+++ b/Documentation/devicetree/bindings/mfd/max77693.txt
@@ -17,28 +17,28 @@ Required properties:
 - interrupt-parent :  The parent interrupt controller.
 
 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.
 
 	regulators {
-		regualtor-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
-		standard regulator constratints[*].
+		regulator-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
+		standard regulator constraints[*].
 	};
 
 	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
 
 - haptic : The MAX77693 haptic device utilises a PWM controlled motor to provide
   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:
-	- compatible : Must be "maxim,max77693-hpatic"
+	- compatible : Must be "maxim,max77693-haptic"
 	- haptic-supply : power supply for the haptic motor
 	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
 	- pwms : phandle to the physical PWM(Pulse Width Modulation) device.
 	 PWM properties should be named "pwms". And number of cell is different
 	 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
 
 - charger : Node configuring the charger driver.
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: devicetree: Fix max77693 spelling errors
  2016-08-22 20:27 ` [PATCH] Documentation: devicetree: Fix max77693 spelling errors Sebastiaan Schalbroeck
@ 2016-08-23  2:46   ` Chanwoo Choi
  2016-08-30 21:57   ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2016-08-23  2:46 UTC (permalink / raw)
  To: Sebastiaan Schalbroeck, devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: krzk-DgEjT+Ai2ygdnm+yROfE0A, b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	trivial-DgEjT+Ai2ygdnm+yROfE0A

Hi,

On 2016년 08월 23일 05:27, Sebastiaan Schalbroeck wrote:
> This patch corrects spelling errors in the max77693 devicetree doc,
> in particular example code containing typos.
> 
> Signed-off-by: Sebastiaan Schalbroeck <schalbroeck-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/mfd/max77693.txt | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/max77693.txt b/Documentation/devicetree/bindings/mfd/max77693.txt
> index d342584..6a1ae3a 100644
> --- a/Documentation/devicetree/bindings/mfd/max77693.txt
> +++ b/Documentation/devicetree/bindings/mfd/max77693.txt
> @@ -17,28 +17,28 @@ Required properties:
>  - interrupt-parent :  The parent interrupt controller.
>  
>  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.
>  
>  	regulators {
> -		regualtor-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
> -		standard regulator constratints[*].
> +		regulator-compatible = ESAFEOUT1/ESAFEOUT2/CHARGER
> +		standard regulator constraints[*].
>  	};
>  
>  	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
>  
>  - haptic : The MAX77693 haptic device utilises a PWM controlled motor to provide
>    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:
> -	- compatible : Must be "maxim,max77693-hpatic"
> +	- compatible : Must be "maxim,max77693-haptic"
>  	- haptic-supply : power supply for the haptic motor
>  	[*] refer Documentation/devicetree/bindings/regulator/regulator.txt
>  	- pwms : phandle to the physical PWM(Pulse Width Modulation) device.
>  	 PWM properties should be named "pwms". And number of cell is different
>  	 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
>  
>  - charger : Node configuring the charger driver.
> 

Thanks for your fixup.

Reviewed-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

Regards,
Chanwoo Choi

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: devicetree: Fix max77693 spelling errors
  2016-08-22 20:27 ` [PATCH] Documentation: devicetree: Fix max77693 spelling errors Sebastiaan Schalbroeck
  2016-08-23  2:46   ` Chanwoo Choi
@ 2016-08-30 21:57   ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-08-30 21:57 UTC (permalink / raw)
  To: Sebastiaan Schalbroeck
  Cc: devicetree, cw00.choi, krzk, b.zolnierkie, mark.rutland,
	linux-kernel, trivial

On Mon, Aug 22, 2016 at 10:27:04PM +0200, Sebastiaan Schalbroeck wrote:
> This patch corrects spelling errors in the max77693 devicetree doc,
> in particular example code containing typos.
> 
> Signed-off-by: Sebastiaan Schalbroeck <schalbroeck@gmail.com>
> ---
>  Documentation/devicetree/bindings/mfd/max77693.txt | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-30 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20160822202711epcas1p411080be5c1b82c5110d6343cc3aa31f7@epcas1p4.samsung.com>
2016-08-22 20:27 ` [PATCH] Documentation: devicetree: Fix max77693 spelling errors Sebastiaan Schalbroeck
2016-08-23  2:46   ` Chanwoo Choi
2016-08-30 21:57   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).