2023-08-03 13:54:24

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins

Pins 83-86 and 158-160 are NC, so there's no point in keeping them
reserved. Take care of that.

Fixes: 32c231385ed4 ("arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree")
Signed-off-by: Konrad Dybcio <[email protected]>
---
arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
index 6b5a7de6a27d..9a2bbd339e76 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
@@ -1244,7 +1244,7 @@ hastings_reg_en: hastings-reg-en-state {
};

&tlmm {
- gpio-reserved-ranges = <70 2>, <74 6>, <83 4>, <125 2>, <128 2>, <154 7>;
+ gpio-reserved-ranges = <70 2>, <74 6>, <125 2>, <128 2>, <154 4>;

bt_default: bt-default-state {
hstp-bt-en-pins {

---
base-commit: fb4327106e5250ee360d0d8b056c1eef7eeb9a98
change-id: 20230803-topic-x13s_pin-9ee3117b7f29

Best regards,
--
Konrad Dybcio <[email protected]>



2023-08-14 05:41:18

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins


On Thu, 03 Aug 2023 15:05:26 +0200, Konrad Dybcio wrote:
> Pins 83-86 and 158-160 are NC, so there's no point in keeping them
> reserved. Take care of that.
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins
commit: 7868ed0144b33903e16a50485775f669c109e41a

Best regards,
--
Bjorn Andersson <[email protected]>