mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
6030fa0636
commit
42e56b53a1
|
|
@ -159,7 +159,8 @@ &pon_resin {
|
|||
};
|
||||
|
||||
&tlmm {
|
||||
gpio-reserved-ranges = <40 4>; /* I2C (Unused) */
|
||||
gpio-reserved-ranges = <20 4>, /* SPI (fingerprint scanner) */
|
||||
<40 4>; /* Unused */
|
||||
};
|
||||
|
||||
&usb_1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user