device-wileyfox-crackling: enable display on boot (!830)
This commit adds necessary kernel modules to initramfs to enable display early on boot which allows FDE and charger-sdl to work
This commit is contained in:
parent
9322dca2ea
commit
4ae1e76e73
2 changed files with 4 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname="device-wileyfox-crackling"
|
||||
pkgdesc="Wileyfox Swift"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -47,5 +47,5 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="a0891e36538c9761050991ea5b7f69f48019758ed80ebf96e4c06c9e871547e6f447126a72ffd455d36a16553750ac3cc243b3a31acf08dc478a48b190ddd337 deviceinfo
|
||||
sha512sums="23f7d7cd0ca5d7f2773e2b65642fd7a31ae88c3cc8040f82cef9f4e6127271d5b51739aa286047d56ef380f0788734779b8e04759b59ffbae33e6dc3a599580f deviceinfo
|
||||
587be41a15f5738c6f55c52f760e08810185a00af886e84864f77ce38675bdf65893779a4ea88c9811023746895818ce5829a1b060e158f2cdae87d13e13f07d fb.modes"
|
||||
|
|
|
@ -7,7 +7,8 @@ deviceinfo_manufacturer="Wileyfox"
|
|||
deviceinfo_codename="wileyfox-crackling"
|
||||
deviceinfo_date=""
|
||||
deviceinfo_dtb=""
|
||||
deviceinfo_modules_initfs=""
|
||||
deviceinfo_modules_initfs_downstream=""
|
||||
deviceinfo_modules_initfs_mainline="msm panel-booyi-otm1287 rmi_i2c qcom-spmi-vadc dumb-adc-battery"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
# Device related
|
||||
|
@ -19,9 +20,6 @@ deviceinfo_dev_touchscreen="/dev/input/event3"
|
|||
deviceinfo_dev_touchscreen_calibration=""
|
||||
deviceinfo_dev_keyboard=""
|
||||
|
||||
# MSM DRM cannot take over the framebuffer from the bootloader at the moment
|
||||
deviceinfo_no_framebuffer_mainline="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_kernel_cmdline_mainline="earlycon=msm_serial_dm,0x78b0000 console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT"
|
||||
|
|
Loading…
Add table
Reference in a new issue