arm64: dts: qcom: sm8250-samsung-common: correct reserved pins

The S20 series has additional reserved pins for the fingerprint sensor,
GPIO 20-23. Correct it by adding them into gpio-reserved-ranges.

Fixes: 6657fe9e9f ("arm64: dts: qcom: add initial support for Samsung Galaxy S20 FE")
Signed-off-by: Eric Gonçalves <ghatto404@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251016202129.226449-1-ghatto404@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Eric Gonçalves
2025-10-16 16:21:29 -04:00
committed by Bjorn Andersson
parent 6030fa0636
commit 42e56b53a1

View File

@@ -159,7 +159,8 @@
};
&tlmm {
gpio-reserved-ranges = <40 4>; /* I2C (Unused) */
gpio-reserved-ranges = <20 4>, /* SPI (fingerprint scanner) */
<40 4>; /* Unused */
};
&usb_1 {