Skip to content
Snippets Groups Projects
Commit fe48698c authored by Devin Kim's avatar Devin Kim Committed by Dmitry Grinberg
Browse files

arm/dt: dory: Allow uart to request a bus arbitration on both active & sleep


The UART for BT might request a bus arbitration on sleep also. In the case,
it might cause  a sysnoc crash before. So allow uart to request a bus
arbitration on both active & sleep to avoid the crash.

Change-Id: I76082651faad3430e2c47ceb3804eb8aa7f5a1d0
Signed-off-by: default avatarDevin Kim <dojip.kim@lge.com>
parent 212e2102
Branches
Tags
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
qcom,msm-bus,name = "uart4"; qcom,msm-bus,name = "uart4";
qcom,msm-bus,num-cases = <2>; qcom,msm-bus,num-cases = <2>;
qcom,msm-bus,active-only = <0>;
qcom,msm-bus,num-paths = <1>; qcom,msm-bus,num-paths = <1>;
qcom,msm-bus,vectors-KBps = qcom,msm-bus,vectors-KBps =
<86 512 0 0>, <86 512 0 0>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment