summaryrefslogtreecommitdiffstats
path: root/rootdir/init.omap4.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/init.omap4.rc')
-rw-r--r--rootdir/init.omap4.rc14
1 files changed, 14 insertions, 0 deletions
diff --git a/rootdir/init.omap4.rc b/rootdir/init.omap4.rc
new file mode 100644
index 0000000..7895744
--- /dev/null
+++ b/rootdir/init.omap4.rc
@@ -0,0 +1,14 @@
+on boot
+ # Hardware tunables
+ chown root system /sys/devices/platform/omapdss/manager0/cpr_coef
+ chown root system /sys/devices/platform/omapdss/manager0/cpr_enable
+ chmod 0664 /sys/devices/platform/omapdss/manager0/cpr_coef
+ chmod 0664 /sys/devices/platform/omapdss/manager0/cpr_enable
+ restorecon /sys/devices/platform/omapdss/manager0/cpr_coef
+ restorecon /sys/devices/platform/omapdss/manager0/cpr_enable
+
+service pvrsrvinit /system/bin/pvrsrvinit
+ class core
+ user root
+ group root
+ oneshot