pass-hal: tm2: Apply the value type change of pass_res_type 04/134904/3 submit/tizen/20170629.044637
authorWook Song <wook16.song@samsung.com>
Tue, 20 Jun 2017 08:19:26 +0000 (17:19 +0900)
committerWook Song <wook16.song@samsung.com>
Thu, 22 Jun 2017 09:43:56 +0000 (18:43 +0900)
This patch applies the change of the value type of the entry,
"pass_res_type", to each PassResource section of the pass.conf file.

Change-Id: I87ec4b72737ba30a3cdbb2446d852db484ff5fe5
Signed-off-by: Wook Song <wook16.song@samsung.com>
scripts/pass.conf

index 9d09bc9..9892cba 100644 (file)
@@ -7,7 +7,7 @@ pass_path_compatible=/proc/device-tree/compatible
 pass_num_resources=5
 
 [PassResource0]
-pass_res_type=1
+pass_res_type=cpu
 pass_res_name=cpu0
 pass_path_conf_file=/etc/pass/pass-resource0.conf
 pass_path_load_table=/sys/kernel/debug/cpufreq/cpu0/load_table
@@ -15,7 +15,7 @@ pass_first_cpu=0
 pass_num_cpus=4
 
 [PassResource1]
-pass_res_type=1
+pass_res_type=cpu
 pass_res_name=cpu4
 pass_path_conf_file=/etc/pass/pass-resource1.conf
 pass_path_load_table=/sys/kernel/debug/cpufreq/cpu4/load_table
@@ -23,16 +23,16 @@ pass_first_cpu=4
 pass_num_cpus=4
 
 [PassResource2]
-pass_res_type=2
+pass_res_type=bus
 pass_res_name=soc:memory_bus@0
 pass_path_conf_file=/etc/pass/pass-resource2.conf
 
 [PassResource3]
-pass_res_type=2
+pass_res_type=bus
 pass_res_name=soc:memory_bus@1
 pass_path_conf_file=/etc/pass/pass-resource3.conf
 
 [PassResource4]
-pass_res_type=3
+pass_res_type=gpu
 pass_res_name=14ac0000.mali
 pass_path_conf_file=/etc/pass/pass-resource4.conf