device-google-{bluejay,oriole,raven}: add regulator_ignore_unused to cmdline

workaround for deadlock/crash due to dts TODOs

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7261>
This commit is contained in:
Ingo Reitz 2025-10-28 12:51:39 +01:00 committed by The Friendly Merge Bot
parent 83977c895f
commit f492d6fa9d
No known key found for this signature in database
6 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
maintainer="Ingo Reitz <9l@9lo.re>"
pkgname=device-google-bluejay
pkgdesc="Google Pixel 6a"
pkgver=2
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -28,6 +28,6 @@ package() {
}
sha512sums="
935ee53bc7dbaffcc0db5cd279558baecc3f01fab229f779f867ab16831e0686f5d7dfbecf32265a590cac1420383eed5344b0d8220e64057e17a53dce42c13b deviceinfo
601fbdbd45faab2e41e1266a78ba6053a0a2a70d514715788d05d2dca668456dd18ef85f208ed096cdda9db0bf86427c919dcf9cc124e395a55a6bacb74c78de deviceinfo
a5171dc7a4221a5a63c02820bac1e372c557cee72db9f777099f67eb272595fad6019f876cb47dd1bf455eeb3a45a74f215f2e8c44a6e1bf7cf3d7d9f49d98ad modules-initfs
"

View file

@ -18,7 +18,7 @@ deviceinfo_drm="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
deviceinfo_kernel_cmdline="clk_ignore_unused"
deviceinfo_kernel_cmdline="clk_ignore_unused regulator_ignore_unused"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_pagesize="4096"
deviceinfo_header_version="4"

View file

@ -1,7 +1,7 @@
maintainer="Ingo Reitz <9l@9lo.re>"
pkgname=device-google-oriole
pkgdesc="Google Pixel 6"
pkgver=2
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -28,6 +28,6 @@ package() {
}
sha512sums="
f5bdbe58a42d0af97a0cf6704266e2987bb6939a218b62bf3d8cd3582264d1d8578a14a1f551cf4b16db6f9244ad021615821d20e5a7b455c3d357377a3d6e6b deviceinfo
375df0d816bfaa396541ca96f866f0a5fcb9be11fa3d0932aa8df014539f1206d0e28678b8d90aa96c263e5c5bce9000a4ff8400f2dac6bd180a83ebf9374d64 deviceinfo
a5171dc7a4221a5a63c02820bac1e372c557cee72db9f777099f67eb272595fad6019f876cb47dd1bf455eeb3a45a74f215f2e8c44a6e1bf7cf3d7d9f49d98ad modules-initfs
"

View file

@ -18,7 +18,7 @@ deviceinfo_drm="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
deviceinfo_kernel_cmdline="clk_ignore_unused"
deviceinfo_kernel_cmdline="clk_ignore_unused regulator_ignore_unused"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_pagesize="4096"
deviceinfo_header_version="4"

View file

@ -1,7 +1,7 @@
maintainer="Ingo Reitz <9l@9lo.re>"
pkgname=device-google-raven
pkgdesc="Google Pixel 6 Pro"
pkgver=2
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -28,6 +28,6 @@ package() {
}
sha512sums="
77325111ff8613e9d85d7f6247e4fbf7786430b5730bde12ed399a6f4a75822c2bab26270a086bf485015a90376964d1bfef96be18e213aea252a75a080842ed deviceinfo
75377f9a2f407024b4eb82ef7e01282b929c628e91be6424b5ce983efb4e864cc12199ee13b6551f92446bce7390283a6de821370c85592ac106a61865fc99fa deviceinfo
a5171dc7a4221a5a63c02820bac1e372c557cee72db9f777099f67eb272595fad6019f876cb47dd1bf455eeb3a45a74f215f2e8c44a6e1bf7cf3d7d9f49d98ad modules-initfs
"

View file

@ -18,7 +18,7 @@ deviceinfo_drm="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
deviceinfo_kernel_cmdline="clk_ignore_unused"
deviceinfo_kernel_cmdline="clk_ignore_unused regulator_ignore_unused"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_pagesize="4096"
deviceinfo_header_version="4"