Hi Johan,
On 9/6/24 17:31, Johan Hovold wrote:
On Thu, Sep 05, 2024 at 07:41:40PM +0300, Vladimir Zapolskiy wrote:
The expected type of all CAMSS interrupts is edge rising, fix it in
the CAMSS device tree node for sc8280xp platform.
Fixes: 5994dd60753e ("arm64: dts: qcom: sc8280xp: camss: Add CAMSS block definition")
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
Camera still works on the X13s. Didn't try to reproduce the probe
deferral issue.
Tested-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
thank you for testing!
One of the simplest ways to reproduce the fixed problem would be to
unbind/bind the camss device:
% echo -n ac5a000.camss > /sys/bus/platform/drivers/qcom-camss/unbind
% echo -n ac5a000.camss > /sys/bus/platform/drivers/qcom-camss/bind
I don't have access to the X13s, but I believe that it should display the issue.
--
Best wishes,
Vladimir