Message ID | 20220423155059.660387-4-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | 268c661c172d783540f34a132290e78342bae3c5 |
Headers | show |
Series | [1/5] dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp | expand |
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 @@ vreg_wlan: wlan-regulator { }; }; +&adsp { + status = "okay"; +}; + &blsp1_uart1 { status = "okay";
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> --- arch/arm/boot/dts/qcom-apq8026-asus-sparrow.dts | 4 ++++ 1 file changed, 4 insertions(+)