[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175088289522.2146749.4187657021418891835.robh@kernel.org>
Date: Wed, 25 Jun 2025 15:25:19 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Yu Zhang(Yuriy)" <yu.zhang@....qualcomm.com>
Cc: Konrad Dybcio <konradybcio@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Dmitry Baryshkov <lumag@...nel.org>,
linux-arm-msm@...r.kernel.org, Conor Dooley <conor+dt@...nel.org>
Subject: Re: [PATCH v2 0/2] Add WiFi/BT node for qcs615 ride board.
On Wed, 25 Jun 2025 15:55:05 +0800, Yu Zhang(Yuriy) wrote:
> This patch series depends on:
> - PCIe
> https://lore.kernel.org/all/20250527072036.3599076-1-quic_ziyuzhan@quicinc.com/
>
> Changes in V2:
> - Correct the version metadata of the previous patch.
> - Separate the modifications to the DTS and DTSI files into different
> commits.
> - Formatting: adjust layout based on reviewer feedback.
> - Updated the email address.
> - Link to v1:
> https://lore.kernel.org/all/20241203060318.1750927-1-quic_yuzha@quicinc.com/
>
> Signed-off-by: Yu Zhang (Yuriy) <yu.zhang@....qualcomm.com>
> ---
> Yu Zhang(Yuriy) (2):
> arm64: dts: qcom: qcs615: add a PCIe port for WLAN
> arm64: dts: qcom: qcs615-ride: add WiFi/BT nodes
>
> arch/arm64/boot/dts/qcom/qcs615-ride.dts | 131 +++++++++++++++++++++++++++++++
> arch/arm64/boot/dts/qcom/qcs615.dtsi | 9 +++
> 2 files changed, 140 insertions(+)
> ---
> base-commit: 025c0cda9c75d499b71b8e02123fea56a13b324d
> change-id: 20250625-qcs615-1ead9e48be1c
> prerequisite-message-id: <20250527072036.3599076-1-quic_ziyuzhan@...cinc.com>
> prerequisite-patch-id: 37d5ab98a6918dba98ef8fd7e6c91ab98aace170
> prerequisite-patch-id: 6d12fa7481ee4900276912d2a7071a9474e62404
> prerequisite-patch-id: 7f2e951982cabbae366b1ff516f4cfa233746427
> prerequisite-patch-id: efa688b2ddd5744df7aef40182787ee4ceb90c98
>
> Best regards,
> --
> Yu Zhang(Yuriy) <yu.zhang@....qualcomm.com>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: base-commit 025c0cda9c75d499b71b8e02123fea56a13b324d not known, ignoring
Base: attempting to guess base-commit...
Base: failed to guess base
Deps: looking for dependencies matching 4 patch-ids
Deps: Applying prerequisite patch: [PATCH v6 1/3] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for QCS615
Deps: Applying prerequisite patch: [PATCH v5 2/4] dt-bindings: PCI: qcom,pcie-sm8150: document qcs615
Deps: Applying prerequisite patch: [PATCH v5 3/4] arm64: dts: qcom: qcs615: enable pcie
Deps: Applying prerequisite patch: [PATCH v6 3/3] arm64: dts: qcom: qcs615-ride: Enable PCIe interface
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/qcom/' for 20250625-qcs615-v2-0-0f1899647b36@....qualcomm.com:
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: bluetooth (qcom,wcn6855-bt): 'vddwlcx-supply' is a required property
from schema $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: bluetooth (qcom,wcn6855-bt): 'vddwlmx-supply' is a required property
from schema $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: bluetooth (qcom,wcn6855-bt): 'vddrfa1p8-supply' is a required property
from schema $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: wifi@0 (pci17cb,1103): 'vddrfa1p8-supply' is a required property
from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml#
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: rsc@...00000 (qcom,rpmh-rsc): 'vreg_conn_1p8', 'vreg_conn_pa', 'wcn6855-pmu' do not match any of the regexes: '^pinctrl-[0-9]+$', '^regulators(-[0-9])?$'
from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpmh-rsc.yaml#
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: wcn6855-pmu (qcom,wcn6855-pmu): 'vddpmumx-supply' is a required property
from schema $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml#
arch/arm64/boot/dts/qcom/qcs615-ride.dtb: wcn6855-pmu (qcom,wcn6855-pmu): 'vddpmucx-supply' is a required property
from schema $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml#
Powered by blists - more mailing lists