projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838c558
)
remoteproc: qcom_q6v5_pas: enable sm8550 adsp & cdsp autoboot
author
Neil Armstrong
<neil.armstrong@linaro.org>
Mon, 6 Feb 2023 13:53:31 +0000
(14:53 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 14 Feb 2023 17:09:23 +0000
(09:09 -0800)
Set the SM8550 adsp & cdsp auto_boot to true to match the behavior
of the previous platforms.
Fixes: 7eddedc97563 ("remoteproc: qcom_q6v5_pas: add sm8550 adsp, cdsp & mpss compatible & data")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230206-topic-sm8550-upstream-fix-remoteproc-autoboot-v1-1-11445a0c27c6@linaro.org
drivers/remoteproc/qcom_q6v5_pas.c
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/qcom_q6v5_pas.c
b/drivers/remoteproc/qcom_q6v5_pas.c
index 3b735ff6713b5948276ff488de803e809b8ff7bd..6cc4e13c5d368c4ffdb6d331374dd64c2d340690 100644
(file)
--- a/
drivers/remoteproc/qcom_q6v5_pas.c
+++ b/
drivers/remoteproc/qcom_q6v5_pas.c
@@
-1126,7
+1126,7
@@
static const struct adsp_data sm8550_adsp_resource = {
.pas_id = 1,
.dtb_pas_id = 0x24,
.minidump_id = 5,
- .auto_boot =
fals
e,
+ .auto_boot =
tru
e,
.proxy_pd_names = (char*[]){
"lcx",
"lmx",
@@
-1145,7
+1145,7
@@
static const struct adsp_data sm8550_cdsp_resource = {
.pas_id = 18,
.dtb_pas_id = 0x25,
.minidump_id = 7,
- .auto_boot =
fals
e,
+ .auto_boot =
tru
e,
.proxy_pd_names = (char*[]){
"cx",
"mxc",