sm7325-common: Use bluetooth firmware from A52s

This fixes the bluetooth module crashing due to firmware that should support
BT LE as yupik is BT 5.2 but instead it fails.

Change-Id: If744eff8ceb7f665b0304fb4a506efd23926bbe1
This commit is contained in:
SGCMarkus 2022-12-21 15:20:36 -07:00 committed by Marc Bourgoin
parent d7a8253ae0
commit bdbd9a4df4
2 changed files with 5 additions and 1 deletions

View File

@ -122,6 +122,11 @@ vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.1.so
system/lib64/libaptXHD_encoder.so
system/lib64/libaptX_encoder.so
# Bluetooth firmware - from Samsung a52s A528BXXS1DVL2
vendor/firmware/msbtfw11.mbn|0f335b6aac6fc172189bc54bfc634eec9f3cc83d
vendor/firmware/msbtfw11.tlv|d3370e79900765c193f8f689eaa96a9315f1bc53
vendor/firmware/msnv11.bin|4992291555d24a347f3cb3e41098e0501b7b0b30
# CDSP
vendor/bin/cdsprpcd
vendor/etc/init/vendor.qti.cdsprpc-service.rc

View File

@ -17,7 +17,6 @@ vendor /vendor
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1 wait,slotselect
/dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,data=ordered,barrier=1 wait
/dev/block/bootdevice/by-name/prodpersist /mnt/product/persist ext4 noatime,nosuid,nodev,data=ordered,barrier=1 wait,formattable,nofail
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware ext4 ro,nosuid,nodev,context=u:object_r:bt_firmware_file:s0 wait,slotselect
/devices/platform/soc/*.ssusb/*.dwc3/xhci-hcd.*.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
/dev/block/bootdevice/by-name/fsg /vendor/fsg ext4 ro,nosuid,nodev,context=u:object_r:fsg_file:s0 wait,slotselect
# Need to have this entry in here even though the mount point itself is no longer needed.