esim: load st33spi module

Bug: 320201140
Test: Driver probed and checked lsmod
Change-Id: I051ecabd56d0fb303409397fe33c5eb772c7e956
This commit is contained in:
Kyle Hsiao 2024-01-15 12:52:32 +00:00
parent 3150bc3d41
commit 50de436d50
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
modprobe|bcmdhd4389.ko modprobe|bcmdhd4389.ko
modprobe|ftm5.ko modprobe|ftm5.ko
modprobe|sec_touch.ko modprobe|sec_touch.ko
modprobe|st33spi.ko
# All device specific modules loaded # All device specific modules loaded
setprop|vendor.device.modules.ready setprop|vendor.device.modules.ready

View file

@ -8,6 +8,7 @@
# Modules here will be loaded *after* all common modules # Modules here will be loaded *after* all common modules
modprobe|bcmdhd4389.ko modprobe|bcmdhd4389.ko
modprobe|sec_touch.ko modprobe|sec_touch.ko
modprobe|st33spi.ko
# All device specific modules loaded # All device specific modules loaded
setprop|vendor.device.modules.ready setprop|vendor.device.modules.ready