diff mbox

[1/1] Documentation: mfd: Fix LDO index in s2mps11.txt

Message ID 1387877005-19035-1-git-send-email-sachin.kamat@linaro.org
State Accepted, archived
Commit 94100e7b5ef80d6b41343fa7ad7a6836023d83e2
Headers show

Commit Message

Sachin Kamat Dec. 24, 2013, 9:23 a.m. UTC
LDO indices start from 1. Fix the example appropriately.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 Documentation/devicetree/bindings/mfd/s2mps11.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lee Jones Jan. 6, 2014, 11:42 a.m. UTC | #1
On Tue, 24 Dec 2013, Sachin Kamat wrote:

> LDO indices start from 1. Fix the example appropriately.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  Documentation/devicetree/bindings/mfd/s2mps11.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt
> index 78a840d7510d..15ee89c3cc7b 100644
> --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt
> +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt
> @@ -60,7 +60,7 @@ as per the datasheet of s2mps11.
>  
>  	- LDOn
>  		  - valid values for n are 1 to 38
> -		  - Example: LDO0, LD01, LDO28
> +		  - Example: LDO1, LD02, LDO28
>  	- BUCKn
>  		  - valid values for n are 1 to 10.
>  		  - Example: BUCK1, BUCK2, BUCK9

You really do have too much time on your hands. ;)

Applied, thanks.
Sachin Kamat Jan. 6, 2014, 11:44 a.m. UTC | #2
On 6 January 2014 17:12, Lee Jones <lee.jones@linaro.org> wrote:
> On Tue, 24 Dec 2013, Sachin Kamat wrote:
>
> You really do have too much time on your hands. ;)

Happened to come across this while adding support for another MFD. Patchset
to hit your mailbox soon :)

> Applied, thanks.

Thanks.
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt
index 78a840d7510d..15ee89c3cc7b 100644
--- a/Documentation/devicetree/bindings/mfd/s2mps11.txt
+++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt
@@ -60,7 +60,7 @@  as per the datasheet of s2mps11.
 
 	- LDOn
 		  - valid values for n are 1 to 38
-		  - Example: LDO0, LD01, LDO28
+		  - Example: LDO1, LD02, LDO28
 	- BUCKn
 		  - valid values for n are 1 to 10.
 		  - Example: BUCK1, BUCK2, BUCK9