Re: [PATCH v3 1/3] pinctrl: single: Parse gpio details from dt

2021-10-14 Thread Simon Glass
On Tue, 5 Oct 2021 at 10:50, Roman Bacik wrote: > > From: Bharat Gooty > > Parse different gpio properties from dt as part of probe > function. This detail is required to enable pinctrl pad > later when gpio lines are requested. > > Signed-off-by: Rayagonda Kokatanur > Signed-off-by: Bharat Goot

[PATCH v3 1/3] pinctrl: single: Parse gpio details from dt

2021-10-05 Thread Roman Bacik
From: Bharat Gooty Parse different gpio properties from dt as part of probe function. This detail is required to enable pinctrl pad later when gpio lines are requested. Signed-off-by: Rayagonda Kokatanur Signed-off-by: Bharat Gooty Acked-by: Rayagonda Kokatanur Signed-off-by: Roman Bacik ---