ARM: dts: qcom: apq8026-lg-lenok: Enable ADSP
authorLuca Weiss <luca@z3ntu.xyz>
Sat, 23 Apr 2022 15:50:59 +0000 (17:50 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Sep 2022 18:44:42 +0000 (13:44 -0500)
Configure the reserved memory for ADSP and enable it.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220423155059.660387-5-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts

index 2b7e52fda6a7860eb5695d7deeac33d3db9e6b9b..193569f0ca5f7a0215615ec8543923ab4dd2b93a 100644 (file)
@@ -8,6 +8,8 @@
 #include "qcom-msm8226.dtsi"
 #include "qcom-pm8226.dtsi"
 
+/delete-node/ &adsp_region;
+
 / {
        model = "LG G Watch R";
        compatible = "lg,lenok", "qcom,apq8026";
                stdout-path = "serial0:115200n8";
        };
 
+       reserved-memory {
+               adsp_region: adsp@3300000 {
+                       reg = <0x03300000 0x1400000>;
+                       no-map;
+               };
+       };
+
        vreg_wlan: wlan-regulator {
                compatible = "regulator-fixed";
 
        };
 };
 
+&adsp {
+       status = "okay";
+};
+
 &blsp1_i2c1 {
        status = "okay";