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:
Flopster101
2025-09-02 03:56:46 -03:00
parent 624e03fdf3
commit b373c561bd
8 changed files with 531 additions and 0 deletions

23
proprietary/vendor/etc/ems.json vendored Normal file
View 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"
]
}
]
}
]
}