Message ID | 20230803-topic-x13s_pin-v1-1-fae792274e89@linaro.org |
---|---|
State | Accepted |
Commit | 7868ed0144b33903e16a50485775f669c109e41a |
Headers | show |
Series | arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins | expand |
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,
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 {
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 <konrad.dybcio@linaro.org> --- arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: fb4327106e5250ee360d0d8b056c1eef7eeb9a98 change-id: 20230803-topic-x13s_pin-9ee3117b7f29 Best regards,