[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173992516574.2065471.6769423656886654409.robh@kernel.org>
Date: Tue, 18 Feb 2025 18:42:23 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Lad Prabhakar <prabhakar.csengg@...il.com>
Cc: Konrad Dybcio <konradybcio@...nel.org>, linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
Bjorn Andersson <andersson@...nel.org>
Subject: Re: [PATCH] arm64: dts: qcom: Drop `tx-sched-sp` property
On Tue, 18 Feb 2025 12:51:57 +0000, Lad Prabhakar wrote:
> The `tx-sched-sp` property was removed in commit aed6864035b1 ("net:
> stmmac: platform: Delete a redundant condition branch").
>
> Therefore, it can be safely removed from the device tree.
>
> Signed-off-by: Lad Prabhakar <prabhakar.csengg@...il.com>
> ---
> arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 1 -
> arch/arm64/boot/dts/qcom/sa8540p-ride.dts | 2 --
> arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 2 --
> 3 files changed, 5 deletions(-)
>
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 for arch/arm64/boot/dts/qcom/' for 20250218125157.412701-1-prabhakar.csengg@...il.com:
arch/arm64/boot/dts/qcom/qcs9100-ride.dtb: ethernet@...00000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/sa8775p-ride.dtb: ethernet@...00000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/qcs9100-ride.dtb: ethernet@...40000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/sa8775p-ride.dtb: ethernet@...40000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/qcs9100-ride-r3.dtb: ethernet@...00000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/qcs9100-ride-r3.dtb: ethernet@...40000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dtb: ethernet@...00000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
arch/arm64/boot/dts/qcom/sa8775p-ride-r3.dtb: ethernet@...40000: Unevaluated properties are not allowed ('interconnect-names', 'interconnects' were unexpected)
from schema $id: http://devicetree.org/schemas/net/qcom,ethqos.yaml#
Powered by blists - more mailing lists