diff mbox

[v2,2/2] documentation: Fix pinctrl docs for Meson8b

Message ID 1426064430-5826-3-git-send-email-carlo@caione.org (mailing list archive)
State New, archived
Headers show

Commit Message

Carlo Caione March 11, 2015, 9 a.m. UTC
From: Carlo Caione <carlo@endlessm.com>

Add the compatible string for Meson8b in Meson pinctrl documentation.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij March 17, 2015, 11:50 a.m. UTC | #1
On Wed, Mar 11, 2015 at 10:00 AM, Carlo Caione <carlo@caione.org> wrote:

> From: Carlo Caione <carlo@endlessm.com>
>
> Add the compatible string for Meson8b in Meson pinctrl documentation.
>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>

Change the subject of this patch. It is not a fix, it is new functionality.

Consider documenting that DIF stuff.

Yours,
Linus Walleij
Carlo Caione March 17, 2015, 2:10 p.m. UTC | #2
On Tue, Mar 17, 2015 at 12:50 PM, Linus Walleij
<linus.walleij@linaro.org> wrote:
> On Wed, Mar 11, 2015 at 10:00 AM, Carlo Caione <carlo@caione.org> wrote:
>
>> From: Carlo Caione <carlo@endlessm.com>
>>
>> Add the compatible string for Meson8b in Meson pinctrl documentation.
>>
>> Signed-off-by: Carlo Caione <carlo@endlessm.com>
>
> Change the subject of this patch. It is not a fix, it is new functionality.
>
> Consider documenting that DIF stuff.

I'll do in v3.

Thanks,
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt
index 17e7240..3f6a524 100644
--- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt
@@ -1,7 +1,7 @@ 
 == Amlogic Meson pinmux controller ==
 
 Required properties for the root node:
- - compatible: "amlogic,meson8-pinctrl"
+ - compatible: "amlogic,meson8-pinctrl" or "amlogic,meson8b-pinctrl"
  - reg: address and size of registers controlling irq functionality
 
 === GPIO sub-nodes ===