[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172900161262.733293.1067268024282118618.robh@kernel.org>
Date: Tue, 15 Oct 2024 09:17:50 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Rakesh Kota <quic_kotarake@...cinc.com>
Cc: linux-kernel@...r.kernel.org, krzk+dt@...nel.org,
devicetree@...r.kernel.org, quic_kamalw@...cinc.com,
linux-arm-msm@...r.kernel.org, konradybcio@...nel.org,
dmitry.baryshkov@...aro.org, andersson@...nel.org,
quic_jprakash@...cinc.com, conor+dt@...nel.org
Subject: Re: [PATCH V2] arm64: dts: qcom: qcm6490-idp: Allow UFS regulators
load/mode setting
On Tue, 15 Oct 2024 18:50:49 +0530, Rakesh Kota wrote:
> The UFS driver expects to be able to set load (and by extension, mode)
> on its supply regulators. Add the necessary properties to make that
> possible.
>
> Signed-off-by: Rakesh Kota <quic_kotarake@...cinc.com>
> ---
> Changes V2:
> - Dropped the removing Min and Max Voltage change as suggusted by the Dmitry
> - Link to v1: https://lore.kernel.org/all/20241004080110.4150476-1-quic_kotarake@quicinc.com
> ---
> arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 8 ++++++++
> 1 file changed, 8 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
New warnings running 'make CHECK_DTBS=y qcom/qcm6490-idp.dtb' for 20241015132049.2037500-1-quic_kotarake@...cinc.com:
Error: arch/arm64/boot/dts/qcom/qcm6490-idp.dts:287.4-5 syntax error
FATAL ERROR: Unable to parse input tree
make[3]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/qcom/qcm6490-idp.dtb] Error 1
make[2]: *** [scripts/Makefile.build:478: arch/arm64/boot/dts/qcom] Error 2
make[2]: Target 'arch/arm64/boot/dts/qcom/qcm6490-idp.dtb' not remade because of errors.
make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1412: qcom/qcm6490-idp.dtb] Error 2
make: *** [Makefile:224: __sub-make] Error 2
make: Target 'qcom/qcm6490-idp.dtb' not remade because of errors.
Powered by blists - more mailing lists