[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173654872449.3799052.8538047724799581059.robh@kernel.org>
Date: Fri, 10 Jan 2025 16:43:58 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Neil Armstrong <neil.armstrong@...aro.org>
Cc: linux-pm@...r.kernel.org, Bjorn Andersson <andersson@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, devicetree@...r.kernel.org,
Sibi Sankar <quic_sibis@...cinc.com>, Georgi Djakov <djakov@...nel.org>,
linux-arm-msm@...r.kernel.org, Conor Dooley <conor+dt@...nel.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/4] arm64: qcom: sm8650: add DDR, LLCC & L3 CPU
bandwidth scaling
On Fri, 10 Jan 2025 16:21:17 +0100, Neil Armstrong wrote:
> Add the OSM L3 controller node then add the necessary interconnect
> properties with the appropriate OPP table for each CPU cluster to
> allow the DDR, LLCC & L3 CPU bandwidth to scale along the CPU
> cluster operating point.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@...aro.org>
> ---
> Neil Armstrong (4):
> dt-bindings: interconnect: OSM L3: Document sm8650 OSM L3 compatible
> arm64: dts: qcom: sm8650: add OSM L3 node
> arm64: dts: qcom: sm8650: add cpu interconnect nodes
> arm64: dts: qcom: add cpu OPP table with DDR, LLCC & L3 bandwidths
>
> .../bindings/interconnect/qcom,osm-l3.yaml | 1 +
> arch/arm64/boot/dts/qcom/sm8650.dtsi | 938 +++++++++++++++++++++
> 2 files changed, 939 insertions(+)
> ---
> base-commit: 6ecd20965bdc21b265a0671ccf36d9ad8043f5ab
> change-id: 20250110-topic-sm8650-ddr-bw-scaling-f1863fb91246
>
> Best regards,
> --
> Neil Armstrong <neil.armstrong@...aro.org>
>
>
>
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 20250110-topic-sm8650-ddr-bw-scaling-v1-0-041d836b084c@...aro.org:
arch/arm64/boot/dts/qcom/sm8650-hdk.dtb: display-subsystem@...0000: interconnects: [[213, 3, 7, 8, 1, 7]] is too short
from schema $id: http://devicetree.org/schemas/display/msm/qcom,sm8650-mdss.yaml#
arch/arm64/boot/dts/qcom/sm8650-mtp.dtb: display-subsystem@...0000: interconnects: [[196, 3, 7, 8, 1, 7]] is too short
from schema $id: http://devicetree.org/schemas/display/msm/qcom,sm8650-mdss.yaml#
arch/arm64/boot/dts/qcom/sm8650-qrd.dtb: display-subsystem@...0000: interconnects: [[205, 3, 7, 8, 1, 7]] is too short
from schema $id: http://devicetree.org/schemas/display/msm/qcom,sm8650-mdss.yaml#
Powered by blists - more mailing lists