On Thu, Nov 5, 2020 at 10:56 AM Rajendra Nayak <rna...@codeaurora.org> wrote:
> Add initial pinctrl driver to support pin configuration with > pinctrl framework for SC7280 SoC > > Signed-off-by: Rajendra Nayak <rna...@codeaurora.org> > --- > v2: Consolidated functions under phase_flag and qdss > Moved ufs reset pin to pin175 so its exposed as a gpio > npios updated from 175 to 176 Patch applied. > +config PINCTRL_SC7280 > + tristate "Qualcomm Technologies Inc SC7280 pin controller driver" > + depends on GPIOLIB && OF > + select PINCTRL_MSM I changed this to depends on PINCTRL_MSM in the process to stay consistent with John's changes to modularize the pin controllers. Yours, Linus Walleij