diff options
author | Luca Weiss <[email protected]> | 2022-04-23 17:50:59 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-09-15 13:44:42 -0500 |
commit | 5cbd20166f0ac7ae0272d25401b6ec5472482a19 (patch) | |
tree | 00695fac7a36443d09c481971ea287821b857724 | |
parent | 268c661c172d783540f34a132290e78342bae3c5 (diff) |
ARM: dts: qcom: apq8026-lg-lenok: Enable ADSP
Configure the reserved memory for ADSP and enable it.
Signed-off-by: Luca Weiss <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts index 2b7e52fda6a7..193569f0ca5f 100644 --- a/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts +++ b/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts @@ -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"; @@ -23,6 +25,13 @@ stdout-path = "serial0:115200n8"; }; + reserved-memory { + adsp_region: adsp@3300000 { + reg = <0x03300000 0x1400000>; + no-map; + }; + }; + vreg_wlan: wlan-regulator { compatible = "regulator-fixed"; @@ -38,6 +47,10 @@ }; }; +&adsp { + status = "okay"; +}; + &blsp1_i2c1 { status = "okay"; |