Skip to content

Commit

Permalink
Revert "sm7325-common: Use bluetooth firmware from A52s"
Browse files Browse the repository at this point in the history
This reverts commit bdbd9a4.

Reason: Xiaomi Mi 11 Lite 5G NE (lisa) got A13 stock ROM so we can just
flash their bluetooth firmware partition onto ours and fix the issue
right at the source and drop the fix we have in our device tree.

Change-Id: I21f4918f8d0fc794db29b4aa2235c238c36a800e
  • Loading branch information
ThEMarD committed Mar 11, 2023
1 parent 28525eb commit 555896a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ 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
Expand Down
1 change: 1 addition & 0 deletions rootdir/etc/fstab.qcom
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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.
Expand Down

0 comments on commit 555896a

Please sign in to comment.