mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-06 15:55:35 +08:00
ARM: dts: msm: Disable use_mcq_mode for lemans
Default value of use_mcq_mode module param is Y. Disable use_mcq_mode for lemans-gunyah as this target doesn't support MCQ mode else use_mcq_mode is left as Y which doesn't correctly reflect as mcq is not enabled for lemans. Change-Id: I5ae6a547709aaae9a3c421e8ceea55e5872d0304
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "nokaslr log_buf_len=1M console=hvc0 loglevel=8 androidboot.first_stage_console=1 androidboot.hardware=qcom androidboot.slot_suffix=_a androidboot.selinux=enforcing androidboot.verifiedbootstate=orange";
|
||||
bootargs = "nokaslr log_buf_len=1M console=hvc0 loglevel=8 androidboot.first_stage_console=1 androidboot.hardware=qcom ufshcd-core.use_mcq_mode=n androidboot.slot_suffix=_a androidboot.selinux=enforcing androidboot.verifiedbootstate=orange";
|
||||
};
|
||||
|
||||
reserved_memory: reserved-memory {
|
||||
|
||||
Reference in New Issue
Block a user