Change sysfs file group to allow write from RadioExt am: 1ca9284256 am: 64e9914ffd

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/17955931

Change-Id: Ief852bcecbb5fa8f41a7d4854a4bd4917ccc2277
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Labib 2022-05-03 05:30:49 +00:00 committed by Automerger Merge Worker
commit 49e306dc0e

View file

@ -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