[PATCH 1/2] ARM: i.MX8MM: set SION bits for i2c2, i2c3, i2c4 mux options

2024-03-08 Thread Bastian Krause
i2c data lines are bidirectional, so the SION bit should be set. For i2c1, this is already the case. Apply the same to the remaining i2c mux options. Suggested-by: Ahmad Fatoum Signed-off-by: Bastian Krause --- include/mach/imx/iomux-mx8mm.h | 12 ++-- 1 file changed, 6 insertions(+), 6

Re: [PATCH 1/2] ARM: i.MX8MM: set SION bits for i2c2, i2c3, i2c4 mux options

2024-03-11 Thread Sascha Hauer
On Fri, 08 Mar 2024 15:20:51 +0100, Bastian Krause wrote: > i2c data lines are bidirectional, so the SION bit should be set. For > i2c1, this is already the case. Apply the same to the remaining i2c mux > options. > > Applied, thanks! [1/2] ARM: i.MX8MM: set SION bits for i2c2, i2c3, i2c4 mux