Re: [PATCH v8 3/9] pinctrl: single: add marvell,pxa1908-padconf compatible

2024-01-27 Thread Linus Walleij
On Wed, Jan 10, 2024 at 8:04 PM Duje Mihanović wrote: > Add the "marvell,pxa1908-padconf" compatible to allow migrating to a > separate pinctrl driver later. > > Signed-off-by: Duje Mihanović Acked-by: Linus Walleij I guess you will merge all of this through the SoC tree? Yours, Linus Wallei

[PATCH v8 3/9] pinctrl: single: add marvell,pxa1908-padconf compatible

2024-01-10 Thread Duje Mihanović
Add the "marvell,pxa1908-padconf" compatible to allow migrating to a separate pinctrl driver later. Signed-off-by: Duje Mihanović --- drivers/pinctrl/pinctrl-single.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c index 19c