Skip to content
Snippets Groups Projects
Commit c8534fb0 authored by Arnaud Ferraris's avatar Arnaud Ferraris
Browse files

devices: qcom: configs: enable console on SDM845

SDM845 devices currently have an issue where the display doesn't come up
unless `console=ttyMSM0,115200` is appended to the kernel cmdline[1].
Append this option in order to mitigate this issue.

[1] https://postmarketos.org/edge/2023/12/08/sdm845-no-display/
parent 209262e0
No related branches found
No related tags found
1 merge request!106Reduce the number of images built in CI
......@@ -11,28 +11,34 @@ pagesize = 4096
[[device]]
vendor = "oneplus"
model = "enchilada"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "oneplus"
model = "fajita"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "shift"
model = "axolotl"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "xiaomi"
model = "beryllium"
variant = "ebbg"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "xiaomi"
model = "beryllium"
variant = "tianma"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "xiaomi"
model = "polaris"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "fairphone"
......
......@@ -9,25 +9,31 @@ pagesize = 4096
[[device]]
vendor = "oneplus"
model = "enchilada"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "oneplus"
model = "fajita"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "shift"
model = "axolotl"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "xiaomi"
model = "beryllium"
variant = "ebbg"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "xiaomi"
model = "beryllium"
variant = "tianma"
append = "console=ttyMSM0,115200"
[[device]]
vendor = "xiaomi"
model = "polaris"
append = "console=ttyMSM0,115200"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment