Re: [PATCH 2/2] pinctrl: at91-pio4: add support for sama7g5 SoC

2020-09-29 Thread Linus Walleij
On Thu, Sep 17, 2020 at 3:13 PM Eugen Hristev
 wrote:

> Add support for sama7g5 pinctrl block, which has 5 PIO banks.
>
> Signed-off-by: Eugen Hristev 

Patch applied.

Yours,
Linus Walleij


Re: [PATCH 2/2] pinctrl: at91-pio4: add support for sama7g5 SoC

2020-09-21 Thread Ludovic Desroches
On Thu, Sep 17, 2020 at 04:12:57PM +0300, Eugen Hristev wrote:
> Add support for sama7g5 pinctrl block, which has 5 PIO banks.
> 
> Signed-off-by: Eugen Hristev 
Acked-by: Ludovic Desroches 

Thanks.

Ludovic

> ---
>  drivers/pinctrl/pinctrl-at91-pio4.c | 7 +++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c 
> b/drivers/pinctrl/pinctrl-at91-pio4.c
> index 1c852293cb96..9f62152d0a62 100644
> --- a/drivers/pinctrl/pinctrl-at91-pio4.c
> +++ b/drivers/pinctrl/pinctrl-at91-pio4.c
> @@ -999,10 +999,17 @@ static const struct atmel_pioctrl_data 
> atmel_sama5d2_pioctrl_data = {
>   .nbanks = 4,
>  };
>  
> +static const struct atmel_pioctrl_data microchip_sama7g5_pioctrl_data = {
> + .nbanks = 5,
> +};
> +
>  static const struct of_device_id atmel_pctrl_of_match[] = {
>   {
>   .compatible = "atmel,sama5d2-pinctrl",
>   .data = _sama5d2_pioctrl_data,
> + }, {
> + .compatible = "microchip,sama7g5-pinctrl",
> + .data = _sama7g5_pioctrl_data,
>   }, {
>   /* sentinel */
>   }
> -- 
> 2.25.1
> 
> 
> ___
> linux-arm-kernel mailing list
> linux-arm-ker...@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


Re: [PATCH 2/2] pinctrl: at91-pio4: add support for sama7g5 SoC

2020-09-17 Thread Nicolas Ferre

On 17/09/2020 at 15:12, Eugen Hristev wrote:

Add support for sama7g5 pinctrl block, which has 5 PIO banks.

Signed-off-by: Eugen Hristev 


Reviewed-by: Nicolas Ferre 


---
  drivers/pinctrl/pinctrl-at91-pio4.c | 7 +++
  1 file changed, 7 insertions(+)

diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c 
b/drivers/pinctrl/pinctrl-at91-pio4.c
index 1c852293cb96..9f62152d0a62 100644
--- a/drivers/pinctrl/pinctrl-at91-pio4.c
+++ b/drivers/pinctrl/pinctrl-at91-pio4.c
@@ -999,10 +999,17 @@ static const struct atmel_pioctrl_data 
atmel_sama5d2_pioctrl_data = {
.nbanks = 4,
  };
  
+static const struct atmel_pioctrl_data microchip_sama7g5_pioctrl_data = {

+   .nbanks = 5,
+};
+
  static const struct of_device_id atmel_pctrl_of_match[] = {
{
.compatible = "atmel,sama5d2-pinctrl",
.data = _sama5d2_pioctrl_data,
+   }, {
+   .compatible = "microchip,sama7g5-pinctrl",
+   .data = _sama7g5_pioctrl_data,
}, {
/* sentinel */
}



Thanks Eugen, regards,
--
Nicolas Ferre