Re: [PATCH] arm: dts: imx8mq-pinfunc: add a define for the SION bit

2022-02-01 Thread Fabio Estevam
On Tue, Feb 1, 2022 at 4:05 PM Angus Ainslie wrote: > So it turns out it's already defined here > > drivers/pinctrl/nxp/pinctrl-imx.h > > Could that definition be moved here ? > > arch/arm/include/asm/mach-imx/iomux-v3.h Yes, that would work too.

Re: [PATCH] arm: dts: imx8mq-pinfunc: add a define for the SION bit

2022-02-01 Thread Angus Ainslie
On 2022-01-30 05:12, Fabio Estevam wrote: Hi Angus, On Sun, Jan 30, 2022 at 10:10 AM Angus Ainslie wrote: I added this because I wanted to use it in the SPL. I can put it in the header file for my board but I think it would be better in an imx8m header file. If not the pinfunc header is ther

Re: [PATCH] arm: dts: imx8mq-pinfunc: add a define for the SION bit

2022-01-30 Thread Fabio Estevam
Hi Angus, On Sun, Jan 30, 2022 at 10:10 AM Angus Ainslie wrote: > I added this because I wanted to use it in the SPL. I can put it in the > header file for my board but I think it would be better in an imx8m > header file. If not the pinfunc header is there another imx8m header you > could sugge

Re: [PATCH] arm: dts: imx8mq-pinfunc: add a define for the SION bit

2022-01-30 Thread Angus Ainslie
Hi Fabio, On 2022-01-29 10:58, Fabio Estevam wrote: Hi Angus, On Fri, Jan 28, 2022 at 1:21 PM Angus Ainslie wrote: SION (Software Input On Field) - force the select mode input path Signed-off-by: Angus Ainslie --- arch/arm/dts/imx8mq-pinfunc.h | 1 + 1 file changed, 1 insertion(+) diff -

Re: [PATCH] arm: dts: imx8mq-pinfunc: add a define for the SION bit

2022-01-29 Thread Fabio Estevam
Hi Angus, On Fri, Jan 28, 2022 at 1:21 PM Angus Ainslie wrote: > > SION (Software Input On Field) - force the select mode input path > > Signed-off-by: Angus Ainslie > --- > arch/arm/dts/imx8mq-pinfunc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/dts/imx8mq-pinfunc.h b/ar