Re: [PATCH 09/16] board: stm32mp1: gt9147 IRQ before reset on EV1

2020-04-01 Thread Wolfgang Denk
Dear Patrick Delaunay, In message <20200331180330.9.I5d296f8fd82b60a592b51029e7e420672d0e855b@changeid> you wrote: > Software workaround for I2C issue on EV1 board, > configure the IRQ line for touchscreen before LCD reset > to fix the used I2C address. ... > + ret =

Re: [Uboot-stm32] [PATCH 09/16] board: stm32mp1: gt9147 IRQ before reset on EV1

2020-04-01 Thread Patrice CHOTARD
HI Patrick On 3/31/20 6:04 PM, Patrick Delaunay wrote: > Software workaround for I2C issue on EV1 board, > configure the IRQ line for touchscreen before LCD reset > to fix the used I2C address. > > Signed-off-by: Patrick Delaunay > --- > > board/st/stm32mp1/stm32mp1.c | 41

[PATCH 09/16] board: stm32mp1: gt9147 IRQ before reset on EV1

2020-03-31 Thread Patrick Delaunay
Software workaround for I2C issue on EV1 board, configure the IRQ line for touchscreen before LCD reset to fix the used I2C address. Signed-off-by: Patrick Delaunay --- board/st/stm32mp1/stm32mp1.c | 41 1 file changed, 41 insertions(+) diff --git