2020-09-17 13:51:56

by Eugen Hristev

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5

Add compatible string for microchip sama7g5 SoC.

Signed-off-by: Eugen Hristev <[email protected]>
---
.../devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
index 04d16fb69eb7..265015bc0603 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
@@ -4,7 +4,9 @@ The Atmel PIO4 controller is used to select the function of a pin and to
configure it.

Required properties:
-- compatible: "atmel,sama5d2-pinctrl".
+- compatible:
+ "atmel,sama5d2-pinctrl"
+ "microchip,sama7g5-pinctrl"
- reg: base address and length of the PIO controller.
- interrupts: interrupt outputs from the controller, one for each bank.
- interrupt-controller: mark the device node as an interrupt controller.
--
2.25.1


2020-09-17 19:59:34

by Nicolas Ferre

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5

On 17/09/2020 at 15:12, Eugen Hristev wrote:
> Add compatible string for microchip sama7g5 SoC.
>
> Signed-off-by: Eugen Hristev <[email protected]>

Reviewed-by: Nicolas Ferre <[email protected]>

> ---
> .../devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> index 04d16fb69eb7..265015bc0603 100644
> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> @@ -4,7 +4,9 @@ The Atmel PIO4 controller is used to select the function of a pin and to
> configure it.
>
> Required properties:
> -- compatible: "atmel,sama5d2-pinctrl".
> +- compatible:
> + "atmel,sama5d2-pinctrl"
> + "microchip,sama7g5-pinctrl"
> - reg: base address and length of the PIO controller.
> - interrupts: interrupt outputs from the controller, one for each bank.
> - interrupt-controller: mark the device node as an interrupt controller.
>


--
Nicolas Ferre

2020-09-21 06:29:35

by Ludovic Desroches

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5

On Thu, Sep 17, 2020 at 04:12:56PM +0300, Eugen Hristev wrote:
> Add compatible string for microchip sama7g5 SoC.
>
> Signed-off-by: Eugen Hristev <[email protected]>
Acked-by: Ludovic Desroches <[email protected]>

Thanks

Ludovic
> ---
> .../devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> index 04d16fb69eb7..265015bc0603 100644
> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> @@ -4,7 +4,9 @@ The Atmel PIO4 controller is used to select the function of a pin and to
> configure it.
>
> Required properties:
> -- compatible: "atmel,sama5d2-pinctrl".
> +- compatible:
> + "atmel,sama5d2-pinctrl"
> + "microchip,sama7g5-pinctrl"
> - reg: base address and length of the PIO controller.
> - interrupts: interrupt outputs from the controller, one for each bank.
> - interrupt-controller: mark the device node as an interrupt controller.
> --
> 2.25.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

2020-09-23 20:23:52

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5

On Thu, 17 Sep 2020 16:12:56 +0300, Eugen Hristev wrote:
> Add compatible string for microchip sama7g5 SoC.
>
> Signed-off-by: Eugen Hristev <[email protected]>
> ---
> .../devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>

2020-09-29 20:44:46

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5

On Thu, Sep 17, 2020 at 3:13 PM Eugen Hristev
<[email protected]> wrote:

> Add compatible string for microchip sama7g5 SoC.
>
> Signed-off-by: Eugen Hristev <[email protected]>

Patch applied.

Yours,
Linus Walleij