[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a64d31a5-5e55-35b9-57e3-bb4214fe3e28@linaro.org>
Date: Mon, 28 Nov 2022 15:41:31 +0100
From: Konrad Dybcio <konrad.dybcio@...aro.org>
To: Matti Lehtimäki <matti.lehtimaki@...il.com>,
linux-arm-msm@...r.kernel.org
Cc: ~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP
On 25.11.2022 23:34, Matti Lehtimäki wrote:
> Configure the reserved memory for ADSP and enable it.
>
> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@...il.com>
> ---
> arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts b/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
> index 1c52337af560..859e91c16c61 100644
> --- a/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
> +++ b/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
> @@ -133,7 +133,8 @@ wcnss@...0000 {
> no-map;
> };
>
> - adsp@...0000 {
> + /delete-node/ adsp@...0000;
Please delete nodes by referencing the label like so:
/delete-node/ &adsp_region;
Konrad
> + adsp_region: adsp@...0000 {
> reg = <0x0d900000 0x1800000>;
> no-map;
> };
> @@ -169,6 +170,10 @@ rmtfs@...0000 {
> };
> };
>
> +&adsp {
> + status = "okay";
> +};
> +
> &blsp1_i2c2 {
> status = "okay";
>
Powered by blists - more mailing lists