[PATCH 5/9] arm64: dts: qcom: honor-magicbook-art-14: Mark the EC reset gpio as reserved

From: Abel Vesa

Date: Mon Aug 31 2026 - 06:40:51 EST


GPIO 65 from TLMM is used by the embedded controller as its reset line.
Reserve it to prevent Linux from requesting or reconfiguring it.

Fixes: 21b15fa5f8f4 ("arm64: dts: qcom: Add HONOR MagicBook Art 14 device tree")
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/x1e80100-honor-magicbook-art-14.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/x1e80100-honor-magicbook-art-14.dts b/arch/arm64/boot/dts/qcom/x1e80100-honor-magicbook-art-14.dts
index b70c1e094bbf..a14f0d0632f0 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-honor-magicbook-art-14.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-honor-magicbook-art-14.dts
@@ -1068,7 +1068,8 @@ right_tweeter: speaker@0,1 {

&tlmm {
gpio-reserved-ranges = <34 2>, /* Unused */
- <44 4>; /* SPI (TPM) */
+ <44 4>, /* SPI (TPM) */
+ <65 1>; /* EC reset */

tpad_default: tpad-default-state {
pins = "gpio3";

--
2.54.0