[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <CR8J7NPGU3AQ.NUJ64VVNTJYD@otso>
Date: Fri, 17 Mar 2023 09:56:44 +0100
From: "Luca Weiss" <luca.weiss@...rphone.com>
To: "Konrad Dybcio" <konrad.dybcio@...aro.org>,
"Bjorn Andersson" <andersson@...nel.org>,
"Andy Gross" <agross@...nel.org>,
"Michael Turquette" <mturquette@...libre.com>,
"Stephen Boyd" <sboyd@...nel.org>,
"Rob Herring" <robh+dt@...nel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@...aro.org>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@...ainline.org>
Cc: "Marijn Suijten" <marijn.suijten@...ainline.org>,
"Rob Herring" <robh@...nel.org>, <linux-arm-msm@...r.kernel.org>,
<linux-clk@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
"Konrad Dybcio" <konrad.dybcio@...ainline.org>
Subject: Re: [PATCH 5/5] arm64: dts: qcom: sm6350: Fix ZAP region
On Thu Mar 16, 2023 at 12:17 PM CET, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@...ainline.org>
>
> The previous ZAP region definition was wrong. Fix it.
> Note this is not a device-specific fixup, but a fixup to the generic
> PIL load address.
>
> Fixes: 5f82b9cda61e ("arm64: dts: qcom: Add SM6350 device tree")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@...ainline.org>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@...aro.org>
Reviewed-by: Luca Weiss <luca.weiss@...rphone.com>
> ---
> arch/arm64/boot/dts/qcom/sm6350.dtsi | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi
> index e967d06b0ad4..3fe4a5fa3021 100644
> --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi
> @@ -466,11 +466,6 @@ pil_ipa_gsi_mem: memory@...10000 {
> no-map;
> };
>
> - pil_gpu_mem: memory@...15400 {
> - reg = <0 0x8b715400 0 0x2000>;
> - no-map;
> - };
> -
> pil_modem_mem: memory@...00000 {
> reg = <0 0x8b800000 0 0xf800000>;
> no-map;
> @@ -491,6 +486,11 @@ removed_region: memory@...00000 {
> no-map;
> };
>
> + pil_gpu_mem: memory@...00000 {
> + reg = <0 0xf0d00000 0 0x1000>;
> + no-map;
> + };
> +
> debug_region: memory@...00000 {
> reg = <0 0xffb00000 0 0xc0000>;
> no-map;
>
> --
> 2.39.2
Powered by blists - more mailing lists