testing/device-google-blueline: Add gpi module to initramfs (MR 5772)

The gpi module is needed to initialize the dma controller
necessary for the touchscreen to get initialized, so that
we have working on-screen keyboard input in early environment
of the initramfs. This mainly useful for unl0kr, but also
the initramfs-debug hook.
This commit is contained in:
Victoria Brekenfeld 2024-11-07 23:38:01 +01:00 committed by Robert Eckelmann
parent 81b67d8732
commit 089686c315
No known key found for this signature in database
GPG key ID: 30C0D50BEF63BF54
2 changed files with 2 additions and 1 deletions

View file

@ -38,5 +38,5 @@ package() {
sha512sums="
1a6c56470ccf94a51d235b011d0069ed028f781eb94863759113b62646138e3a8a34936536715eb908b5bea06c360567b0f217427fc4e5b34a617388072367ec deviceinfo
e92b431723994d0edc9d946d45746282d7ff25d13b799bada703ba13669de131a97f317ed0fecdedeefea7879a06bafe1df7e4a42f86c46e9e4f30309a928b15 modules-initfs
c8b486aefd8b65676a7466d65df9c3e227efb372df3970085f01aff985ea2bb6e545bd83a91d944659b99e08e47770b066c1fdcd731e2d92767f8b35dab97c5b modules-initfs
"

View file

@ -3,4 +3,5 @@ rmi_core
rmi_i2c
qcom_fg
qcom_pmi8998_charger
gpi
ftm5