* [PATCH v2] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP
@ 2022-12-18 21:19 Matti Lehtimäki
2022-12-29 8:42 ` Luca Weiss
2022-12-29 17:23 ` Bjorn Andersson
0 siblings, 2 replies; 3+ messages in thread
From: Matti Lehtimäki @ 2022-12-18 21:19 UTC (permalink / raw)
To: linux-arm-msm
Cc: ~postmarketos/upstreaming, phone-devel, Matti Lehtimäki,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, devicetree, linux-kernel
Configure the reserved memory for ADSP and enable it.
Delete nodes with reference to label.
Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
---
Changes in v2:
- Delete nodes with reference to label
---
.../arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
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..15b9590ba07b 100644
--- a/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
+++ b/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
@@ -9,6 +9,9 @@
#include "qcom-msm8226.dtsi"
#include "qcom-pm8226.dtsi"
+/delete-node/ &adsp_region;
+/delete-node/ &smem_region;
+
/ {
model = "Samsung Galaxy Tab 4 10.1";
compatible = "samsung,matisse-wifi", "qcom,apq8026";
@@ -133,7 +136,7 @@ wcnss@d200000 {
no-map;
};
- adsp@d900000 {
+ adsp_region: adsp@d900000 {
reg = <0x0d900000 0x1800000>;
no-map;
};
@@ -143,7 +146,6 @@ venus@f100000 {
no-map;
};
- /delete-node/ smem@3000000;
smem_region: smem@fa00000 {
reg = <0x0fa00000 0x100000>;
no-map;
@@ -169,6 +171,10 @@ rmtfs@fd80000 {
};
};
+&adsp {
+ status = "okay";
+};
+
&blsp1_i2c2 {
status = "okay";
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP
2022-12-18 21:19 [PATCH v2] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP Matti Lehtimäki
@ 2022-12-29 8:42 ` Luca Weiss
2022-12-29 17:23 ` Bjorn Andersson
1 sibling, 0 replies; 3+ messages in thread
From: Luca Weiss @ 2022-12-29 8:42 UTC (permalink / raw)
To: linux-arm-msm, ~postmarketos/upstreaming
Cc: ~postmarketos/upstreaming, phone-devel, Matti Lehtimäki,
Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, devicetree, linux-kernel,
Matti Lehtimäki
Hi Matti,
On Sonntag, 18. Dezember 2022 22:19:57 CET Matti Lehtimäki wrote:
> Configure the reserved memory for ADSP and enable it.
> Delete nodes with reference to label.
>
> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes in v2:
> - Delete nodes with reference to label
> ---
> .../arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
> 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..15b9590ba07b 100644
> --- a/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
> +++ b/arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts
> @@ -9,6 +9,9 @@
> #include "qcom-msm8226.dtsi"
> #include "qcom-pm8226.dtsi"
>
> +/delete-node/ &adsp_region;
> +/delete-node/ &smem_region;
> +
> / {
> model = "Samsung Galaxy Tab 4 10.1";
> compatible = "samsung,matisse-wifi", "qcom,apq8026";
> @@ -133,7 +136,7 @@ wcnss@d200000 {
> no-map;
> };
>
> - adsp@d900000 {
> + adsp_region: adsp@d900000 {
> reg = <0x0d900000 0x1800000>;
> no-map;
> };
> @@ -143,7 +146,6 @@ venus@f100000 {
> no-map;
> };
>
> - /delete-node/ smem@3000000;
> smem_region: smem@fa00000 {
> reg = <0x0fa00000 0x100000>;
> no-map;
> @@ -169,6 +171,10 @@ rmtfs@fd80000 {
> };
> };
>
> +&adsp {
> + status = "okay";
> +};
> +
> &blsp1_i2c2 {
> status = "okay";
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP
2022-12-18 21:19 [PATCH v2] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP Matti Lehtimäki
2022-12-29 8:42 ` Luca Weiss
@ 2022-12-29 17:23 ` Bjorn Andersson
1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-12-29 17:23 UTC (permalink / raw)
To: matti.lehtimaki, linux-arm-msm
Cc: agross, phone-devel, robh+dt, krzysztof.kozlowski+dt,
linux-kernel, ~postmarketos/upstreaming, konrad.dybcio,
devicetree
On Sun, 18 Dec 2022 23:19:57 +0200, Matti Lehtimäki wrote:
> Configure the reserved memory for ADSP and enable it.
> Delete nodes with reference to label.
>
>
Applied, thanks!
[1/1] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP
commit: bd445a04d8ca4104c6831148134cd637b135d9f1
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-29 17:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 21:19 [PATCH v2] ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP Matti Lehtimäki
2022-12-29 8:42 ` Luca Weiss
2022-12-29 17:23 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).