Revert "interconnect: qcom: sm8250: Enable sync_state"
This reverts commit 3637f6bdfe which is
commit bfc7db1cb94ad664546d70212699f8cc6c539e8c upstream.
This resulted in boot regression on RB5 (sm8250), causing the device
to hard crash into USB crash dump mode everytime.
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Link: https://lkft.validation.linaro.org/scheduler/job/7151629#L4239
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f73a374c19
commit
2dbe25ae06
1 changed files with 0 additions and 1 deletions
|
|
@ -551,7 +551,6 @@ static struct platform_driver qnoc_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "qnoc-sm8250",
|
.name = "qnoc-sm8250",
|
||||||
.of_match_table = qnoc_of_match,
|
.of_match_table = qnoc_of_match,
|
||||||
.sync_state = icc_sync_state,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
module_platform_driver(qnoc_driver);
|
module_platform_driver(qnoc_driver);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue