From 8ca44cb4eca69d44e9fce0b93b58be9c7d9d19f3 Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Thu, 30 May 2019 16:25:15 -0700 Subject: intel_x86/power: Consolidate chipset specific power signals array Currently chipset specific power signals are defined at board/baseboard level. These power signals are moved to chipset specific file to minimize the redundant power signals array defined for each board/baseboard. BUG=b:134079574 BRANCH=none TEST=make buildall -j Change-Id: I351904f7cd2e0f27844c0711beb118d390219581 Signed-off-by: Vijay Hiremath Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1636837 Reviewed-by: Aseda Aboagye --- board/coral/board.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'board/coral/board.h') diff --git a/board/coral/board.h b/board/coral/board.h index f9dfb4e174..8a84cbb062 100644 --- a/board/coral/board.h +++ b/board/coral/board.h @@ -235,23 +235,6 @@ enum pwm_channel { PWM_CH_COUNT }; -enum power_signal { -#ifdef CONFIG_POWER_S0IX - X86_SLP_S0_N, -#endif - X86_RSMRST_N, - X86_SLP_S3_N, - X86_SLP_S4_N, - X86_SUSPWRDNACK, - - X86_ALL_SYS_PG, /* PMIC_EC_PWROK_OD */ - X86_PGOOD_PP3300, /* GPIO_PP3300_PG */ - X86_PGOOD_PP5000, /* GPIO_PP5000_PG */ - - /* Number of X86 signals */ - POWER_SIGNAL_COUNT -}; - enum temp_sensor_id { TEMP_SENSOR_BATTERY = 0, TEMP_SENSOR_AMBIENT, -- cgit v1.2.1