Skip to content

Commit

Permalink
Revert "interconnect: qcom: sm8250: Enable sync_state"
Browse files Browse the repository at this point in the history
This reverts commit 3637f6b which is
commit bfc7db1 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>
  • Loading branch information
Amit Pundir authored and gregkh committed Jan 10, 2024
1 parent f73a374 commit 2dbe25a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/interconnect/qcom/sm8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ static struct platform_driver qnoc_driver = {
.driver = {
.name = "qnoc-sm8250",
.of_match_table = qnoc_of_match,
.sync_state = icc_sync_state,
},
};
module_platform_driver(qnoc_driver);
Expand Down

0 comments on commit 2dbe25a

Please sign in to comment.