Change sysfs file group to allow write from RadioExt
Bug: 212601547 Test: Manual Change-Id: Ie1638265072cc395e7292570dae2a7aadb4d20bb
This commit is contained in:
parent
15dd6c2272
commit
1ca9284256
1 changed files with 7 additions and 1 deletions
|
@ -371,7 +371,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