platform/x86: int3472: Increase handshake GPIO delay to 200 ms

@hpa1 @jmflinuxtx here is a PR for an IPU6 camera fix which I was working on while moving jobs and which has fallen through the cracks.

This fixes the cameras on quite a few devices so it would be good to get this added to the Fedora kernels while it finds its way upstream.

Justin, this will also need to be added to the 7.2 stabilization branch if you've already started that branch.

This fixes:

https://bugzilla.redhat.com/show_bug.cgi?id=2333331 https://bugzilla.redhat.com/show_bug.cgi?id=2333647

Original patch commit message:

Upstream status: https://lore.kernel.org/platform-driver-x86/20260818122821.165541-1-johannes.goede@oss.qualcomm.com/

There have been several reports of the sensor not properly powering on, on laptops where an INT3472 handshake GPIO is used. Both with ov08x40 and hi556 sensors.

Testing has shown that a delay of 200 ms is necessary in some cases. The handshake GPIO is typically used to signal an extra bridge or other IC with that IC running the full sensor power sequence based on the handshake signal and also possible controlling I2C pass-through.

It seems that in some cases that extra IC takes up to 200 ms to before the sensor is fully powered up and ready for I2C communication.

With the default handshake signal delay increased to 200 ms the quirk to increase it to 45 ms for the ov08x40 is no longer necessary and is actually undesirable since some ov08x40 setups also need the longer delay, drop it.

Fixes: 30359c23 ("platform/x86: int3472: Increase ov08x40 handshake GPIO delay to 45 ms") Closes: https://lore.kernel.org/platform-driver-x86/20260816204247.2844986-1-opensource@inspiredexperts.com/ Reported-by: James Alexander opensource@inspiredexperts.com Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2333331 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2333647 Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede johannes.goede@oss.qualcomm.com

Merge request reports

Loading
Loading