Init: set permissions for OnePulse PWM

Change-Id: I3c4edc8106b793ec186676b92e863a27a1ead081
This commit is contained in:
elpaablo
2025-10-06 11:07:01 +01:00
committed by osm1019
parent f6af249792
commit aa3b042116

View File

@@ -11,6 +11,11 @@ on fs
# Update touchpanel firmware in case we ship newer firmware in /odm
write /proc/touchpanel/tp_fw_update 0
on boot
# Display
chown system system /sys/kernel/oplus_display/pwm_onepulse
chmod 0666 /sys/kernel/oplus_display/pwm_onepulse
on post-fs-data
# ADSP ramdump
mkdir /data/vendor/mmdump 0777 system system