2013-04-10 06:55:19

by Prabhakar

[permalink] [raw]
Subject: [PATCH] pinctrl: pinctrl-single: add missing double quote

From: Lad, Prabhakar <[email protected]>

add a missing double quote for compatible property for pmx_wkup.

Signed-off-by: Lad, Prabhakar <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Peter Ujfalusi <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---
.../devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 2c81e45..e0ec0fc 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -58,7 +58,7 @@ pmx_core: pinmux@4a100040 {

/* second controller instance for pins in wkup domain */
pmx_wkup: pinmux@4a31e040 {
- compatible = "pinctrl-single;
+ compatible = "pinctrl-single";
reg = <0x4a31e040 0x0038>;
#address-cells = <1>;
#size-cells = <0>;
--
1.7.4.1


2013-04-15 20:35:37

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] pinctrl: pinctrl-single: add missing double quote

On Wed, Apr 10, 2013 at 8:55 AM, Prabhakar lad
<[email protected]> wrote:

> From: Lad, Prabhakar <[email protected]>
>
> add a missing double quote for compatible property for pmx_wkup.
>
> Signed-off-by: Lad, Prabhakar <[email protected]>
> Cc: Grant Likely <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Rob Landley <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Linus Walleij <[email protected]>
> Cc: Peter Ujfalusi <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]

Patch applied.

Yours,
Linus Walleij