Add coex display ssc configs to device.
Add ssc coex table and set write permission on ssc_mode display fs node Bug: 285459428 Test: manual - checked files on device and ssc_mode sys fs node can be written Change-Id: I1b8da7a8a439c71c5cb7e23c47381ea353c787c4
This commit is contained in:
parent
a1a6faa971
commit
26f27dffea
4 changed files with 21 additions and 1 deletions
|
@ -12,6 +12,9 @@ on init
|
|||
setprop persist.vendor.nfc.streset libstreset23
|
||||
setprop persist.vendor.se.streset libstreset23
|
||||
|
||||
# Display permissions for SSC mode
|
||||
chmod 646 /sys/class/backlight/panel0-backlight/ssc_mode
|
||||
|
||||
on early-boot
|
||||
# Wait for insmod_sh to finish all common modules
|
||||
wait_for_prop vendor.common.modules.ready 1
|
||||
|
|
|
@ -29,6 +29,7 @@ include device/google/zuma/device-shipping-common.mk
|
|||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs-common/bcmbt/bluetooth.mk
|
||||
include device/google/gs-common/touch/gti/gti.mk
|
||||
include device/google/gs-common/modem/radio_ext/radio_ext.mk
|
||||
|
||||
# go/lyric-soong-variables
|
||||
$(call soong_config_set,lyric,camera_hardware,akita)
|
||||
|
@ -63,7 +64,8 @@ PRODUCT_SOONG_NAMESPACES += device/google/akita/radio/coex
|
|||
|
||||
# Coex Configs
|
||||
PRODUCT_PACKAGES += \
|
||||
display_primary_mipi_coex_table
|
||||
display_primary_mipi_coex_table \
|
||||
display_primary_ssc_coex_table
|
||||
|
||||
# Camera
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -34,3 +34,11 @@ prebuilt_etc {
|
|||
src: "display_primary_mipi_coex_table.csv",
|
||||
relative_install_path: "modem"
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "display_primary_ssc_coex_table",
|
||||
filename: "display_primary_ssc_coex_table.csv",
|
||||
vendor: true,
|
||||
src: "display_primary_ssc_coex_table.csv",
|
||||
relative_install_path: "modem"
|
||||
}
|
||||
|
|
7
radio/coex/display_primary_ssc_coex_table.csv
Normal file
7
radio/coex/display_primary_ssc_coex_table.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
0,1
|
||||
|
||||
717000,728000,1
|
||||
796000,816000,1
|
||||
1964000,1988000,1
|
||||
2148000,2171000,1
|
||||
2506000,2533000,1
|
|
Loading…
Add table
Add a link
Reference in a new issue