[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176278493491.154705.438976021468566948.robh@kernel.org>
Date: Mon, 10 Nov 2025 08:34:37 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Wei Deng <wei.deng@....qualcomm.com>
Cc: linux-bluetooth@...r.kernel.org, cheng.jiang@....qualcomm.com,
Conor Dooley <conor+dt@...nel.org>, devicetree@...r.kernel.org,
stable@...r.kernel.org, linux-kernel@...r.kernel.org,
quic_jiaymao@...cinc.com, linux-arm-msm@...r.kernel.org,
Bjorn Andersson <andersson@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, quic_shuaz@...cinc.com,
quic_chezhou@...cinc.com, Konrad Dybcio <konradybcio@...nel.org>
Subject: Re: [PATCH] arm64: dts: qcom: lemans-evk: Enable Bluetooth support
On Mon, 10 Nov 2025 11:27:09 +0530, Wei Deng wrote:
> There's a WCN6855 WiFi/Bluetooth module on an M.2 card. To make
> Bluetooth work, we need to define the necessary device tree nodes,
> including UART configuration and power supplies.
>
> Since there is no standard M.2 binding in the device tree at present,
> the PMU is described using dedicated PMU nodes to represent the
> internal regulators required by the module.
>
> The 3.3V supply for the module is assumed to come directly from the
> main board supply, which is 12V. To model this in the device tree, we
> add a fixed 12V regulator node as the DC-IN source and connect it to
> the 3.3V regulator node.
>
> Signed-off-by: Wei Deng <wei.deng@....qualcomm.com>
> ---
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 115 ++++++++++++++++++++++++
> 1 file changed, 115 insertions(+)
>
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: attempting to guess base-commit...
Base: tags/next-20251107 (exact match)
Base: tags/next-20251107 (use --merge-base to override)
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 20251110055709.319587-1-wei.deng@....qualcomm.com:
arch/arm64/boot/dts/qcom/lemans-evk.dtb: wcn6855-pmu (qcom,wcn6855-pmu): 'vddpcielp3-supply', 'vddpcielp9-supply' do not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml
arch/arm64/boot/dts/qcom/lemans-evk.dtb: wcn6855-pmu (qcom,wcn6855-pmu): 'vddpcie1p3-supply' is a required property
from schema $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml
arch/arm64/boot/dts/qcom/lemans-evk.dtb: wcn6855-pmu (qcom,wcn6855-pmu): 'vddpcie1p9-supply' is a required property
from schema $id: http://devicetree.org/schemas/regulator/qcom,qca6390-pmu.yaml
Powered by blists - more mailing lists