ARM: dts: qcom: enable adsp loader

Enables adsp loader to trigger adsp ssr through
/sys/kernel/boot_adsp/ssr.
Remove property qcom,adsp-state to skip loading
adsp through /sys/kernel/boot_adsp/boot.

Change-Id: I298166bc079e60937247b2c130114e8d107b69c0
Signed-off-by: Zhou Song <quic_zhous@quicinc.com>
(cherry picked from commit a00da5833f)
This commit is contained in:
Zhou Song
2024-04-24 17:23:07 +08:00
committed by Xhoendi Collaku
parent c0e359b44e
commit b7514701c9
2 changed files with 8 additions and 0 deletions

View File

@@ -841,3 +841,7 @@
#clock-cells = <1>;
};
};
&adsp_loader {
status = "ok";
};

View File

@@ -185,3 +185,7 @@
swr3 = "/soc/spf_core_platform/lpass-cdc/wsa2-macro@6AA0000/wsa2_swr_master";
swr4 = "/soc/spf_core_platform/lpass_bt_swr@6CA0000/bt_swr_mstr";
};
&adsp_loader {
/delete-property/ qcom,adsp-state;
};