Change sysfs file group to allow write from RadioExt am: 1ca9284256
am: 64e9914ffd
am: 49e306dc0e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17955931 Change-Id: I4110727373015e251d9e216de417100183069829 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
92aff8caaa
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