pass-hal: tm2: Add new path_compatible entry to conf file
[platform/adaptation/tm2/pass-hal-tm2.git] / scripts / pass.conf
1 # Default pass.conf
2 # - If you want to use PASS(Power Aware System Service), you have to create
3 # new 'pass-[target type].conf' configuration file.
4 [PassResource]
5 pass_compatible=samsung,tm2
6 pass_path_compatible=/proc/device-tree/compatible
7 pass_num_resources=5
8
9 [PassResource0]
10 pass_res_type=1
11 pass_res_name=cpu0
12 pass_path_conf_file=/etc/pass/pass-resource0.conf
13 pass_path_load_table=/sys/kernel/debug/cpufreq/cpu0/load_table
14 pass_first_cpu=0
15 pass_num_cpus=4
16
17 [PassResource1]
18 pass_res_type=1
19 pass_res_name=cpu4
20 pass_path_conf_file=/etc/pass/pass-resource1.conf
21 pass_path_load_table=/sys/kernel/debug/cpufreq/cpu4/load_table
22 pass_first_cpu=4
23 pass_num_cpus=4
24
25 [PassResource2]
26 pass_res_type=2
27 pass_res_name=soc:memory_bus@0
28 pass_path_conf_file=/etc/pass/pass-resource2.conf
29
30 [PassResource3]
31 pass_res_type=2
32 pass_res_name=soc:memory_bus@1
33 pass_path_conf_file=/etc/pass/pass-resource3.conf
34
35 [PassResource4]
36 pass_res_type=3
37 pass_res_name=14ac0000.mali
38 pass_path_conf_file=/etc/pass/pass-resource4.conf