From: Bjorn Andersson <andersson@kernel.org>
To: Abel Vesa <abel.vesa@oss.qualcomm.com>
Cc: Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Sibi Sankar <sibi.sankar@oss.qualcomm.com>,
Abel Vesa <abelvesa@kernel.org>,
Rajendra Nayak <quic_rjendra@quicinc.com>,
Marc Zyngier <maz@kernel.org>,
Aleksandrs Vinarskis <alex.vinarskis@gmail.com>,
Konstantin Shabanov <mail@etehtsea.me>,
Srinivas Kandagatla <srini@kernel.org>,
Georg Gottleuber <ggo@tuxedocomputers.com>,
Ettore Chimenti <ettore.chimenti@linaro.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Konrad Dybcio <quic_kdybcio@quicinc.com>
Subject: Re: [PATCH 0/9] arm64: dts: qcom: hamoa: Mark the EC reset gpio as reserved on all boards
Date: Mon, 31 Aug 2026 10:04:41 -0500 [thread overview]
Message-ID: <apWXm0imLullON9E@baldur> (raw)
In-Reply-To: <izyaid2v5jpp3m4ope5lpk7j77bq2jlzneusfztawhnrc3ydub@mww3imhbgv7r>
On Mon, Aug 31, 2026 at 01:12:38PM +0300, Abel Vesa wrote:
> On 26-08-31 12:54:40, Abel Vesa wrote:
> > GPIO 65 from TLMM is used by the embedded controller as its reset line on
> > these boards. Reserve it to prevent Linux from requesting or reconfiguring it.
> >
> > I was only able to confirm that this GPIO is actually connected to the
> > EC reset on the CRD, QCP, xps13 and t14s. But it seems like it is
> > recurring them shared between all Hamoa based devices, so I reserved it
> > on all.
> >
> > Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> > ---
> > Abel Vesa (9):
> > arm64: dts: qcom: x1-crd: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: x1e001de-devkit: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: x1e78100-t14s: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: x1e80100-dell-xps13-9345: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: honor-magicbook-art-14: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: x1e80100-yoga-slim7x: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: medion-sprchrgd-14-s1: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: microsoft-romulus: Mark the EC reset gpio as reserved
> > arm64: dts: qcom: x1e80100-qcp: Mark the EC reset gpio as reserved
> >
> > arch/arm64/boot/dts/qcom/x1-crd.dtsi | 1 +
> > arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 3 ++-
> > arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtsi | 1 +
> > arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dts | 1 +
> > arch/arm64/boot/dts/qcom/x1e80100-honor-magicbook-art-14.dts | 3 ++-
> > arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 1 +
> > arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts | 1 +
> > arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi | 1 +
> > arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 1 +
> > 9 files changed, 11 insertions(+), 2 deletions(-)
>
> Urgh, just realized that there way more that need to be addressed.
>
I'm not able to guess what you're referring to here. More devices or
more problems to fix? If more devices, why would that warrant a v2?
> Will do that in v2, after I get some reviews.
Regards,
Bjorn
next prev parent reply other threads:[~2026-08-31 15:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 9:54 Abel Vesa
2026-08-31 9:54 ` [PATCH 1/9] arm64: dts: qcom: x1-crd: Mark the EC reset gpio as reserved Abel Vesa
2026-08-31 9:54 ` [PATCH 2/9] arm64: dts: qcom: x1e001de-devkit: " Abel Vesa
2026-08-31 9:54 ` [PATCH 3/9] arm64: dts: qcom: x1e78100-t14s: " Abel Vesa
2026-08-31 9:54 ` [PATCH 4/9] arm64: dts: qcom: x1e80100-dell-xps13-9345: " Abel Vesa
2026-08-31 12:00 ` Aleksandrs Vinarskis
2026-08-31 13:44 ` Abel Vesa
2026-08-31 9:54 ` [PATCH 5/9] arm64: dts: qcom: honor-magicbook-art-14: " Abel Vesa
2026-08-31 9:54 ` [PATCH 6/9] arm64: dts: qcom: x1e80100-yoga-slim7x: " Abel Vesa
2026-08-31 9:54 ` [PATCH 7/9] arm64: dts: qcom: medion-sprchrgd-14-s1: " Abel Vesa
2026-08-31 9:54 ` [PATCH 8/9] arm64: dts: qcom: microsoft-romulus: " Abel Vesa
2026-08-31 9:54 ` [PATCH 9/9] arm64: dts: qcom: x1e80100-qcp: " Abel Vesa
2026-08-31 10:12 ` [PATCH 0/9] arm64: dts: qcom: hamoa: Mark the EC reset gpio as reserved on all boards Abel Vesa
2026-08-31 15:04 ` Bjorn Andersson [this message]
2026-08-31 15:40 ` Abel Vesa
2026-08-31 15:07 ` Bjorn Andersson
2026-08-31 15:34 ` Abel Vesa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=apWXm0imLullON9E@baldur \
--to=andersson@kernel.org \
--cc=abel.vesa@oss.qualcomm.com \
--cc=abelvesa@kernel.org \
--cc=alex.vinarskis@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ettore.chimenti@linaro.org \
--cc=ggo@tuxedocomputers.com \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mail@etehtsea.me \
--cc=maz@kernel.org \
--cc=quic_kdybcio@quicinc.com \
--cc=quic_rjendra@quicinc.com \
--cc=robh@kernel.org \
--cc=sibi.sankar@oss.qualcomm.com \
--cc=srini@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®