From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Vinod Koul <vkoul@kernel.org>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Abel Vesa <abel.vesa@linaro.org>,
Sibi Sankar <quic_sibis@quicinc.com>,
Luca Weiss <luca.weiss@fairphone.com>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH v2 01/19] arm64: dts: qcom: sm8350: Fix ADSP memory base and length
Date: Thu, 12 Dec 2024 19:46:48 +0100 [thread overview]
Message-ID: <8b2519dd-3338-4770-9f9e-d99de5648fcd@oss.qualcomm.com> (raw)
In-Reply-To: <20241209-dts-qcom-cdsp-mpss-base-address-v2-1-d85a3bd5cced@linaro.org>
On 9.12.2024 12:02 PM, Krzysztof Kozlowski wrote:
> The address space in ADSP PAS (Peripheral Authentication Service)
> remoteproc node should point to the QDSP PUB address space
> (QDSP6...SS_PUB): 0x0300_0000 with length of 0x10000. 0x1730_0000,
> value used so far, was copied from downstream DTS, is in the middle of
> unused space and downstream DTS describes the PIL loader, which is a bit
> different interface.
>
> Assume existing value (thus downstream DTS) is not really describing the
> intended ADSP PAS region.
>
> Correct the base address and length, which also moves the node to
> different place to keep things sorted by unit address. The diff looks
> big, but only the unit address and "reg" property were changed. This
> should have no functional impact on Linux users, because PAS loader does
> not use this address space at all.
>
> Fixes: 177fcf0aeda2 ("arm64: dts: qcom: sm8350: Add remoteprocs")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
next prev parent reply other threads:[~2024-12-12 18:47 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 11:02 [PATCH v2 00/19] arm64: dts: qcom: Fix remoteproc memory base and length Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH v2 01/19] arm64: dts: qcom: sm8350: Fix ADSP " Krzysztof Kozlowski
2024-12-12 18:46 ` Konrad Dybcio [this message]
2024-12-09 11:02 ` [PATCH v2 02/19] arm64: dts: qcom: sm8350: Fix CDSP " Krzysztof Kozlowski
2024-12-12 18:47 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 03/19] arm64: dts: qcom: sm8350: Fix MPSS memory length Krzysztof Kozlowski
2024-12-12 18:47 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 04/19] arm64: dts: qcom: sm8450: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH v2 05/19] arm64: dts: qcom: sm8450: Fix CDSP memory length Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH v2 06/19] arm64: dts: qcom: sm8450: Fix MPSS " Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH v2 07/19] arm64: dts: qcom: sm8550: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-12 18:51 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 08/19] arm64: dts: qcom: sm8550: Fix CDSP memory length Krzysztof Kozlowski
2024-12-12 18:52 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 09/19] arm64: dts: qcom: sm8550: Fix MPSS " Krzysztof Kozlowski
2024-12-12 18:52 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH RFT v2 10/19] arm64: dts: qcom: sm8650: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-12 18:53 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH RFT v2 11/19] arm64: dts: qcom: sm8650: Fix CDSP memory length Krzysztof Kozlowski
2024-12-12 18:53 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH RFT v2 12/19] arm64: dts: qcom: sm8650: Fix MPSS " Krzysztof Kozlowski
2024-12-12 18:53 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 13/19] arm64: dts: qcom: x1e80100: Fix ADSP memory base and length Krzysztof Kozlowski
2024-12-12 18:54 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 14/19] arm64: dts: qcom: x1e80100: Fix CDSP memory length Krzysztof Kozlowski
2024-12-12 18:54 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 15/19] arm64: dts: qcom: sm6350: Fix ADSP " Krzysztof Kozlowski
2024-12-12 18:55 ` Konrad Dybcio
2024-12-09 11:02 ` [PATCH v2 16/19] arm64: dts: qcom: sm6350: Fix MPSS " Krzysztof Kozlowski
2024-12-12 18:55 ` Konrad Dybcio
2024-12-13 14:42 ` Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH RFT v2 17/19] arm64: dts: qcom: sm6375: Fix ADSP " Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH RFT v2 18/19] arm64: dts: qcom: sm6375: Fix CDSP memory base and length Krzysztof Kozlowski
2024-12-09 11:02 ` [PATCH RFT v2 19/19] arm64: dts: qcom: sm6375: Fix MPSS " Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8b2519dd-3338-4770-9f9e-d99de5648fcd@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=abel.vesa@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca.weiss@fairphone.com \
--cc=neil.armstrong@linaro.org \
--cc=quic_sibis@quicinc.com \
--cc=robh@kernel.org \
--cc=stable@vger.kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox