From: Johan Hovold <johan@kernel.org>
To: "Rob Herring (Arm)" <robh@kernel.org>
Cc: Johan Hovold <johan+linaro@kernel.org>,
Abel Vesa <abel.vesa@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Sibi Sankar <quic_sibis@quicinc.com>,
Rajendra Nayak <quic_rjendra@quicinc.com>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH 0/7] arm64: dts: qcom: x1e80100: PCIe fixes and CRD modem support
Date: Tue, 23 Jul 2024 17:24:46 +0200 [thread overview]
Message-ID: <Zp_LPixNnh-2Fy5N@hovoldconsulting.com> (raw)
In-Reply-To: <172170324360.205121.298903694803259916.robh@kernel.org>
On Mon, Jul 22, 2024 at 08:57:30PM -0600, Rob Herring wrote:
> On Fri, 19 Jul 2024 15:17:15 +0200, Johan Hovold wrote:
> > This series fixes some issues with the current x1e80100 PCIe support,
> > adds the PCIe5 nodes and enables the modem on the CRD.
> >
> > The fixes should go into 6.11, but the modem support depends on them so
> > I decided to send everything in one series.
> > Johan Hovold (7):
> > arm64: dts: qcom: x1e80100-crd: fix PCIe4 PHY supply
> > arm64: dts: qcom: x1e80100: fix PCIe domain numbers
> > arm64: dts: qcom: x1e80100-crd: fix up PCIe6a pinctrl node
> > arm64: dts: qcom: x1e80100-crd: disable PCIe6A perst pull down
> > arm64: dts: qcom: x1e80100-crd: fix missing PCIe4 gpios
> > arm64: dts: qcom: x1e80100: add PCIe5 nodes
> > arm64: dts: qcom: x1e80100-crd: enable SDX65 modem
> >
> > arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 110 +++++++++++++++++--
> > arch/arm64/boot/dts/qcom/x1e80100.dtsi | 125 +++++++++++++++++++++-
> > 2 files changed, 224 insertions(+), 11 deletions(-)
> My bot found new DTB warnings on the .dts files added or changed in this
> series.
> New warnings running 'make CHECK_DTBS=y qcom/x1e80100-crd.dtb' for 20240719131722.8343-1-johan+linaro@kernel.org:
>
> arch/arm64/boot/dts/qcom/x1e80100-crd.dtb: pci@1c00000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected)
> from schema $id: http://devicetree.org/schemas/pci/qcom,pcie-x1e80100.yaml#
I was surprised about this as this property is already used by this DT
in the upcoming 6.11-rc1 (for the NVMe).
I found this thread were Abel tried to add the property to the new
dedicated x1e80100 schema, but received some push back:
https://lore.kernel.org/lkml/20240604235806.GA1903493-robh@kernel.org/
Looking at the back story for this, the alternate name 'vpcie3v3' has
been used by some non-Qualcomm controllers since 2016, while Qualcomm DT
has been using 'vddpe-3v3' since 2018. And it's been clearly documented
as part of the bindings the whole time.
Earlier this year, 'vddpe-3v3' was incorrectly removed from the Qualcomm
binding, which results in a checker warnings for a bunch old Qualcomm
DTs. I've just sent a patch to restore this Qualcomm name here:
https://lore.kernel.org/lkml/20240723151328.684-1-johan+linaro@kernel.org/
If we want to replace the Qualcomm specific name with the alternate name
then this would need to be done by deprecating the current name, while
adding backward compatibility support for the old name to the driver.
I'm not sure anyone cares enough about this inconsistency to actually
pursue this.
Johan
prev parent reply other threads:[~2024-07-23 15:24 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-19 13:17 [PATCH 0/7] arm64: dts: qcom: x1e80100: PCIe fixes and CRD modem support Johan Hovold
2024-07-19 13:17 ` [PATCH 1/7] arm64: dts: qcom: x1e80100-crd: fix PCIe4 PHY supply Johan Hovold
2024-07-19 18:34 ` Konrad Dybcio
2024-07-22 7:34 ` Johan Hovold
2024-07-19 13:17 ` [PATCH 2/7] arm64: dts: qcom: x1e80100: fix PCIe domain numbers Johan Hovold
2024-07-19 18:42 ` Konrad Dybcio
2024-07-19 13:17 ` [PATCH 3/7] arm64: dts: qcom: x1e80100-crd: fix up PCIe6a pinctrl node Johan Hovold
2024-07-19 18:35 ` Konrad Dybcio
2024-07-19 13:17 ` [PATCH 4/7] arm64: dts: qcom: x1e80100-crd: disable PCIe6a perst pull down Johan Hovold
2024-07-19 18:42 ` Konrad Dybcio
2024-07-19 13:17 ` [PATCH 5/7] arm64: dts: qcom: x1e80100-crd: fix missing PCIe4 gpios Johan Hovold
2024-07-19 18:36 ` Konrad Dybcio
2024-07-22 7:38 ` Johan Hovold
2024-07-19 13:17 ` [PATCH 6/7] arm64: dts: qcom: x1e80100: add PCIe5 nodes Johan Hovold
2024-07-19 18:39 ` Konrad Dybcio
2024-07-22 7:40 ` Johan Hovold
2024-07-19 13:17 ` [PATCH 7/7] arm64: dts: qcom: x1e80100-crd: enable SDX65 modem Johan Hovold
2024-07-19 18:43 ` Konrad Dybcio
2024-07-23 2:57 ` [PATCH 0/7] arm64: dts: qcom: x1e80100: PCIe fixes and CRD modem support Rob Herring (Arm)
2024-07-23 15:24 ` Johan Hovold [this message]
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=Zp_LPixNnh-2Fy5N@hovoldconsulting.com \
--to=johan@kernel.org \
--cc=abel.vesa@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=johan+linaro@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_rjendra@quicinc.com \
--cc=quic_sibis@quicinc.com \
--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;
as well as URLs for NNTP newsgroup(s).