From: Stephan Gerhold <stephan.gerhold@linaro.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] arm64: dts: qcom: rename x1e80100 to hamoa
Date: Tue, 23 Sep 2025 20:59:45 +0200 [thread overview]
Message-ID: <aNLuIX1wcUYMpVBp@linaro.org> (raw)
In-Reply-To: <f5kgh4hivkrxcfkinberpdxdnyybw552zqup66cmobtgqag477@qldaejueyyr3>
On Tue, Sep 23, 2025 at 06:14:45PM +0300, Dmitry Baryshkov wrote:
> On Tue, Sep 23, 2025 at 01:12:12PM +0200, Stephan Gerhold wrote:
> > On Tue, Sep 23, 2025 at 02:01:55PM +0300, Dmitry Baryshkov wrote:
> > > The X1E80100 and several other similar names (X1E78100, X1E001DE) all
> > > belong to the platform now known as 'hamoa'. Follow the example of
> > > 'lemans' and rename the x1e80100.dtsi to hamoa.dtsi and
> > > x1e80100-pmics.dtsi to hamoa-pmics.dtsi.
> > >
> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> > > ---
> > > arch/arm64/boot/dts/qcom/hamoa-iot-som.dtsi | 4 ++--
> > > arch/arm64/boot/dts/qcom/{x1e80100-pmics.dtsi => hamoa-pmics.dtsi} | 0
> > > arch/arm64/boot/dts/qcom/{x1e80100.dtsi => hamoa.dtsi} | 0
> > > arch/arm64/boot/dts/qcom/x1-asus-zenbook-a14.dtsi | 2 +-
> > > arch/arm64/boot/dts/qcom/x1-crd.dtsi | 2 +-
> > > arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi | 2 +-
> > > arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtsi | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e80100-asus-zenbook-a14.dts | 2 +-
> > > arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 2 +-
> > > arch/arm64/boot/dts/qcom/x1e80100-dell-inspiron-14-plus-7441.dts | 2 +-
> > > arch/arm64/boot/dts/qcom/x1e80100-dell-latitude-7455.dts | 2 +-
> > > arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dts | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 4 ++--
> > > arch/arm64/boot/dts/qcom/x1p42100-hp-omnibook-x14.dts | 2 +-
> > > arch/arm64/boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts | 2 +-
> > > arch/arm64/boot/dts/qcom/x1p42100.dtsi | 4 ++--
> > > 21 files changed, 29 insertions(+), 29 deletions(-)
> > >
> > > [...]
> > > diff --git a/arch/arm64/boot/dts/qcom/x1p42100.dtsi b/arch/arm64/boot/dts/qcom/x1p42100.dtsi
> > > index 10d26958d3c66a5a4faf2ca6065e7b661f967b4e..2cecd2dd0de8c39f0702d6983bead2bc2adccf9b 100644
> > > --- a/arch/arm64/boot/dts/qcom/x1p42100.dtsi
> > > +++ b/arch/arm64/boot/dts/qcom/x1p42100.dtsi
> > > @@ -3,8 +3,8 @@
> > > * Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
> > > */
> > >
> > > -/* X1P42100 is heavily based on X1E80100, with some meaningful differences */
> > > -#include "x1e80100.dtsi"
> > > +/* X1P42100 is heavily based on hamoa, with some meaningful differences */
> > > +#include "hamoa.dtsi"
> > >
> >
> > If you're renaming X1E, please also rename X1P42100 ("X1(P) with 8
> > cores"(?)) for consistency. That one also covers multiple SoCs.
>
> I haven't checked if we have clearence for that name.
>
This is a good chance to ask then? :-) I'm pretty sure I've seen it
being used by someone on the mailing list already ...
Thanks,
Stephan
next prev parent reply other threads:[~2025-09-23 18:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-23 11:01 [PATCH 0/3] arm64: dts: qcom: rename dtsi files for sm6150, x1e80100 and qcs8300 Dmitry Baryshkov
2025-09-23 11:01 ` [PATCH 1/3] arm64: dts: qcom: rename qcs8300 to monaco Dmitry Baryshkov
2025-09-24 10:10 ` Konrad Dybcio
2025-09-23 11:01 ` [PATCH 2/3] arm64: dts: qcom: rename x1e80100 to hamoa Dmitry Baryshkov
2025-09-23 11:12 ` Stephan Gerhold
2025-09-23 15:14 ` Dmitry Baryshkov
2025-09-23 18:59 ` Stephan Gerhold [this message]
2025-09-23 11:01 ` [PATCH 3/3] arm64: dts: qcom: rename sm6150 to talos Dmitry Baryshkov
2025-09-24 10:10 ` Konrad Dybcio
2025-09-23 13:00 ` [PATCH 0/3] arm64: dts: qcom: rename dtsi files for sm6150, x1e80100 and qcs8300 Luca Weiss
2025-09-23 15:17 ` Dmitry Baryshkov
2025-09-24 10:11 ` Konrad Dybcio
2025-10-27 22:36 ` Bjorn Andersson
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=aNLuIX1wcUYMpVBp@linaro.org \
--to=stephan.gerhold@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@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=robh@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