]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sdm845-starqltechn: remove excess reserved gpios
authorDzmitry Sankouski <dsankouski@gmail.com>
Tue, 25 Feb 2025 16:38:56 +0000 (19:38 +0300)
committerBjorn Andersson <andersson@kernel.org>
Fri, 7 Mar 2025 23:05:20 +0000 (17:05 -0600)
Starqltechn has 2 reserved gpio ranges <27 4>, <85 4>.
<27 4> is spi for eSE(embedded Secure Element).
<85 4> is spi for fingerprint.

Remove excess reserved gpio regions.

Fixes: d711b22eee55 ("arm64: dts: qcom: starqltechn: add initial device tree for starqltechn")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Link: https://lore.kernel.org/r/20250225-starqltechn_integration_upstream-v9-5-a5d80375cb66@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts

index 8a0d63bd594b3b7ac308dfe37364c8d921c7bb67..5948b401165ce9e75bbcda1869a9fd8a90a66124 100644 (file)
 };
 
 &tlmm {
-       gpio-reserved-ranges = <0 4>, <27 4>, <81 4>, <85 4>;
+       gpio-reserved-ranges = <27 4>, /* SPI (eSE - embedded Secure Element) */
+                              <85 4>; /* SPI (fingerprint reader) */
 
        sdc2_clk_state: sdc2-clk-state {
                pins = "sdc2_clk";