device-motorola-ocean: update modules in deviceinfo (MR 2256)
The close-to-mainline kernel removed the generic-dsi driver in favor of normal panel drivers. Also the panel drivers are now built in. Reflect that. Also reflect the changes of firmware-motorola-ocean in device-motorola-ocean_nonfree-firmware. [ci:skip-build] Already built on CI in MR
This commit is contained in:
parent
65535ab302
commit
d6b149fe02
2 changed files with 7 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-motorola-ocean
|
||||
pkgdesc="Motorola Moto G7 Power"
|
||||
pkgver=0.1
|
||||
pkgrel=2
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -34,9 +34,11 @@ kernel_mainline() {
|
|||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="Wifi and GPU firmware"
|
||||
pkgdesc="Wifi, GPU, modem, and audio firmware"
|
||||
depends="firmware-motorola-ocean"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="c056fa543261d20f4582d1e7c25a23982157fc54c95fb714bd75e69db0d747779ae218b57a9a71cd92c4708645f024f891ba715cc494dc080d28199ac63065db deviceinfo"
|
||||
sha512sums="
|
||||
7718e1d1c59f82832c446ccaac9bad6833339f5ba968942df10df538d11f90c431117ff2f5408262c5a9b333bfd1d3af96ab2913aacb380c919c465f61e9f759 deviceinfo
|
||||
"
|
||||
|
|
|
@ -9,7 +9,7 @@ deviceinfo_year="2019"
|
|||
deviceinfo_arch="aarch64"
|
||||
deviceinfo_dtb_mainline="qcom/sdm632-motorola-ocean"
|
||||
deviceinfo_append_dtb_mainline="true"
|
||||
deviceinfo_modules_initfs_mainline="msm panel-mipi-dsi-generic"
|
||||
deviceinfo_modules_initfs_mainline="msm"
|
||||
|
||||
# Device related
|
||||
deviceinfo_chassis="handset"
|
||||
|
|
Loading…
Reference in a new issue