public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] arm64: dts: qcom: Fix remoteproc memory base and length
@ 2024-12-06 15:32 Krzysztof Kozlowski
  2024-12-06 15:32 ` [PATCH 01/19] arm64: dts: qcom: sm8350: Fix ADSP " Krzysztof Kozlowski
                   ` (18 more replies)
  0 siblings, 19 replies; 34+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-06 15:32 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vinod Koul, Dmitry Baryshkov, Neil Armstrong,
	Abel Vesa, Sibi Sankar, Luca Weiss
  Cc: linux-arm-msm, devicetree, linux-kernel, stable,
	Krzysztof Kozlowski

Konrad pointed out during SM8750 review, that numbers are odd, so I
looked at datasheets and downstream DTS for all previous platforms.

Most numbers are odd.

Older platforms like SM8150, SM8250, SC7280, SC8180X seem fine. I could
not check few like SDX75 or SM6115, due to lack of access to datasheets.

SM8350, SM8450, SM8550 tested on hardware. Others not, but I don't
expect any failures because PAS drivers do not use the address space.
Which also explains why odd numbers did not result in any failures.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (19):
      arm64: dts: qcom: sm8350: Fix ADSP memory base and length
      arm64: dts: qcom: sm8350: Fix CDSP memory base and length
      arm64: dts: qcom: sm8350: Fix MPSS memory length
      arm64: dts: qcom: sm8450: Fix ADSP memory base and length
      arm64: dts: qcom: sm8450: Fix CDSP memory length
      arm64: dts: qcom: sm8450: Fix MPSS memory length
      arm64: dts: qcom: sm8550: Fix ADSP memory base and length
      arm64: dts: qcom: sm8550: Fix CDSP memory length
      arm64: dts: qcom: sm8550: Fix MPSS memory length
      arm64: dts: qcom: sm8650: Fix ADSP memory base and length
      arm64: dts: qcom: sm8650: Fix CDSP memory length
      arm64: dts: qcom: sm8650: Fix MPSS memory length
      arm64: dts: qcom: x1e80100: Fix ADSP memory base and length
      arm64: dts: qcom: x1e80100: Fix CDSP memory length
      arm64: dts: qcom: sm6350: Fix ADSP memory length
      arm64: dts: qcom: sm6350: Fix MPSS memory length
      arm64: dts: qcom: sm6375: Fix ADSP memory length
      arm64: dts: qcom: sm6375: Fix CDSP memory base and length
      arm64: dts: qcom: sm6375: Fix MPSS memory base and length

 arch/arm64/boot/dts/qcom/sm6350.dtsi   |   4 +-
 arch/arm64/boot/dts/qcom/sm6375.dtsi   |  10 +-
 arch/arm64/boot/dts/qcom/sm8350.dtsi   | 492 ++++++++++++++++-----------------
 arch/arm64/boot/dts/qcom/sm8450.dtsi   | 216 +++++++--------
 arch/arm64/boot/dts/qcom/sm8550.dtsi   | 266 +++++++++---------
 arch/arm64/boot/dts/qcom/sm8650.dtsi   | 300 ++++++++++----------
 arch/arm64/boot/dts/qcom/x1e80100.dtsi | 276 +++++++++---------
 7 files changed, 782 insertions(+), 782 deletions(-)
---
base-commit: c245a7a79602ccbee780c004c1e4abcda66aec32
change-id: 20241206-dts-qcom-cdsp-mpss-base-address-ae7c406ac9ac

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2024-12-09 10:52 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 15:32 [PATCH 00/19] arm64: dts: qcom: Fix remoteproc memory base and length Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH 01/19] arm64: dts: qcom: sm8350: Fix ADSP " Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH 02/19] arm64: dts: qcom: sm8350: Fix CDSP " Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH 03/19] arm64: dts: qcom: sm8350: Fix MPSS memory length Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH 04/19] arm64: dts: qcom: sm8450: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-06 15:43   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH 05/19] arm64: dts: qcom: sm8450: Fix CDSP memory length Krzysztof Kozlowski
2024-12-06 15:43   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH 06/19] arm64: dts: qcom: sm8450: Fix MPSS " Krzysztof Kozlowski
2024-12-06 15:43   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH 07/19] arm64: dts: qcom: sm8550: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-06 15:43   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH 08/19] arm64: dts: qcom: sm8550: Fix CDSP memory length Krzysztof Kozlowski
2024-12-06 15:42   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH 09/19] arm64: dts: qcom: sm8550: Fix MPSS " Krzysztof Kozlowski
2024-12-06 15:42   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH PATCH RFT 10/19] arm64: dts: qcom: sm8650: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-06 15:40   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH PATCH RFT 11/19] arm64: dts: qcom: sm8650: Fix CDSP memory length Krzysztof Kozlowski
2024-12-06 15:42   ` Neil Armstrong
2024-12-09 10:51     ` Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH PATCH RFT 12/19] arm64: dts: qcom: sm8650: Fix MPSS " Krzysztof Kozlowski
2024-12-06 15:42   ` Neil Armstrong
2024-12-06 15:32 ` [PATCH 13/19] arm64: dts: qcom: x1e80100: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-06 15:49   ` Johan Hovold
2024-12-09 10:52     ` Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH 14/19] arm64: dts: qcom: x1e80100: Fix CDSP memory length Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH PATCH RFT 15/19] arm64: dts: qcom: sm6350: Fix ADSP " Krzysztof Kozlowski
2024-12-06 15:55   ` Luca Weiss
2024-12-06 15:32 ` [PATCH PATCH RFT 16/19] arm64: dts: qcom: sm6350: Fix MPSS " Krzysztof Kozlowski
2024-12-06 15:56   ` Luca Weiss
2024-12-06 15:32 ` [PATCH PATCH RFT 17/19] arm64: dts: qcom: sm6375: Fix ADSP " Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH PATCH RFT 18/19] arm64: dts: qcom: sm6375: Fix CDSP memory base and length Krzysztof Kozlowski
2024-12-06 15:32 ` [PATCH PATCH RFT 19/19] arm64: dts: qcom: sm6375: Fix MPSS " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox