Re: [PATCH] gpio: rcar: Remove redundant compatible values

2021-01-04 Thread Bartosz Golaszewski
On Mon, Jan 4, 2021 at 11:36 AM Geert Uytterhoeven wrote: > > Hi Prabhakar, > > On Thu, Dec 31, 2020 at 4:31 PM Lad Prabhakar > wrote: > > The mandatory compatible values 'renesas,rcar-gen{1,2,3}-gpio' have been > > already added to all the respective R-Car Gen{1,2,3} SoC DTSI files, > > remove

Re: [PATCH] gpio: rcar: Remove redundant compatible values

2021-01-04 Thread Geert Uytterhoeven
Hi Prabhakar, On Thu, Dec 31, 2020 at 4:31 PM Lad Prabhakar wrote: > The mandatory compatible values 'renesas,rcar-gen{1,2,3}-gpio' have been > already added to all the respective R-Car Gen{1,2,3} SoC DTSI files, > remove the redundant device specific values from the driver. > > Signed-off-by:

[PATCH] gpio: rcar: Remove redundant compatible values

2020-12-31 Thread Lad Prabhakar
The mandatory compatible values 'renesas,rcar-gen{1,2,3}-gpio' have been already added to all the respective R-Car Gen{1,2,3} SoC DTSI files, remove the redundant device specific values from the driver. Signed-off-by: Lad Prabhakar --- drivers/gpio/gpio-rcar.c | 27 ---