Re: [PATCH] ARM: i.MX: define MUX_MODE_SION for use in board code

2024-03-15 Thread Sascha Hauer
On Wed, 13 Mar 2024 19:00:27 +0100, Ahmad Fatoum wrote: > While we set SION for all I2C pinmux configurations, board code may > need to set SION for other pads as well. Provide a MUX_MODE_SION > definition that can be OR-d into the pinmux argument of > imx8mm_setup_pad(). > > Applied, thanks!

[PATCH] ARM: i.MX: define MUX_MODE_SION for use in board code

2024-03-13 Thread Ahmad Fatoum
While we set SION for all I2C pinmux configurations, board code may need to set SION for other pads as well. Provide a MUX_MODE_SION definition that can be OR-d into the pinmux argument of imx8mm_setup_pad(). Signed-off-by: Ahmad Fatoum --- include/mach/imx/iomux-v3.h | 1 + 1 file changed, 1