s5e8825-common: Add missing EPIC daemon stuff
Previously we only imported the HAL itself, without the daemon and its configs. Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
This commit is contained in:
23
proprietary/vendor/etc/ems.json
vendored
Normal file
23
proprietary/vendor/etc/ems.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"requesters" : [
|
||||
{
|
||||
"name" : "change@/devices/platform/ems",
|
||||
"requests" : [
|
||||
{
|
||||
"name" : "SYSBUSY",
|
||||
"handle" : "sysbusy",
|
||||
"paths" : [
|
||||
"/sys/class/devfreq/17000010.devfreq_mif/interactive/current_mode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "NOTI_MODE",
|
||||
"handle" : "mode",
|
||||
"paths" :[
|
||||
"/sys/kernel/ems/emstune/req_mode"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user