Change sysfs file group to allow write from RadioExt am: 1ca9284256
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17955931 Change-Id: Ieb2105c634bda3f00d8fc5ec7cbe8f38a40074bf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
18b07ba7ee
1 changed files with 7 additions and 1 deletions
|
@ -374,7 +374,13 @@ on post-fs-data
|
|||
# Modem replay folder
|
||||
mkdir /mnt/vendor/modem_userdata/replay 0775 radio system
|
||||
|
||||
# Write display MIPI frequency from Modem
|
||||
# Write display frequency config from RadioExt HAL
|
||||
|
||||
# OSC frequency files
|
||||
chown system system /sys/devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/osc2_clk_khz
|
||||
chmod 0664 /sys/devices/platform/1c2c0000.drmdsim/1c2c0000.drmdsim.0/osc2_clk_khz
|
||||
|
||||
# MIPI frequency files
|
||||
chown system system /sys/devices/platform/1c2c0000.drmdsim/hs_clock
|
||||
chown system system /sys/devices/platform/1c2d0000.drmdsim/hs_clock
|
||||
chmod 0664 /sys/devices/platform/1c2c0000.drmdsim/hs_clock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue