Re: [PATCH 2/2] media: rdacm20: Enable GPIO1 explicitly

2020-11-23 Thread Kieran Bingham
Hi Jacopo, On 20/11/2020 16:15, Jacopo Mondi wrote: > The MAX9271 GPIO1 line that controls the sensor reset is by default > enabled after a serializer chip reset. > > As rdacm20 does not go through an explicit serializer reset, make sure > GPIO1 is enabled to make the camera module driver more ro

[PATCH 2/2] media: rdacm20: Enable GPIO1 explicitly

2020-11-20 Thread Jacopo Mondi
The MAX9271 GPIO1 line that controls the sensor reset is by default enabled after a serializer chip reset. As rdacm20 does not go through an explicit serializer reset, make sure GPIO1 is enabled to make the camera module driver more robust. Fixes: 34009bffc1c6 ("media: i2c: Add RDACM20 driver") S