diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-04-23 17:50:58 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-09-15 13:44:42 -0500 |
commit | 268c661c172d783540f34a132290e78342bae3c5 (patch) | |
tree | cf56a2b50eeb50685806f51f7f9c9269530a52c1 /arch/arm/boot | |
parent | 25ba74dd60022f2fa1630405d6eba7c37f45b13a (diff) |
ARM: dts: qcom: apq8026-asus-sparrow: Enable ADSP
The customized reserved memory for ADSP is already configured, so we
just need to enable the node.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220423155059.660387-4-luca@z3ntu.xyz
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts b/arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts index 818c1a201227..215613c65250 100644 --- a/arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts +++ b/arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts @@ -59,6 +59,10 @@ }; }; +&adsp { + status = "okay"; +}; + &blsp1_uart1 { status = "okay"; |