ARM: dts: qcom: apq8026-samsung-matisse-wifi: Enable ADSP
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>
Sun, 18 Dec 2022 21:19:57 +0000 (23:19 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 29 Dec 2022 16:03:03 +0000 (10:03 -0600)
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>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221218211957.118473-1-matti.lehtimaki@gmail.com
arch/arm/boot/dts/qcom-apq8026-samsung-matisse-wifi.dts

index 1c52337..15b9590 100644 (file)
@@ -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";
                        no-map;
                };
 
-               adsp@d900000 {
+               adsp_region: adsp@d900000 {
                        reg = <0x0d900000 0x1800000>;
                        no-map;
                };
                        no-map;
                };
 
-               /delete-node/ smem@3000000;
                smem_region: smem@fa00000 {
                        reg = <0x0fa00000 0x100000>;
                        no-map;
        };
 };
 
+&adsp {
+       status = "okay";
+};
+
 &blsp1_i2c2 {
        status = "okay";