pass-hal: tm1: Fix value of governor type for CPU resource 85/116585/2
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Feb 2017 05:52:32 +0000 (14:52 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Feb 2017 06:20:47 +0000 (22:20 -0800)
This patch fixes the value of governor type for CPU  h/w resource
because PASS core redefines the governor types as following:
- PASS_GOV_DUMMY         : -1
- PASS_GOV_BASIC         : 0
- PASS_GOV_HOTPLUG_ONLY  : 1
- PASS_GOV_RADIATION     : 2
- PASS_GOV_STEP          : 3

The CPU resource on TM1 use the PASS_GOV_HOTPLUG_ONLY governor
which uses both HAL interface, Resource controller and Hotplug interface.

Change-Id: I404c30a3879c8fbbee152e241c55025d1ef2c76f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
scripts/pass-resource0.conf

index 780a6cd..5ff1374 100644 (file)
@@ -1,6 +1,6 @@
 [Pass]
 pass_support=1
-pass_gov_type=0
+pass_gov_type=1
 
 pass_num_levels=7
 pass_init_level=0