summaryrefslogtreecommitdiff
path: root/baseboard/intelrvp/led.c
diff options
context:
space:
mode:
authorName <poornima.tom@intel.com>2020-07-22 16:05:51 +0530
committerCommit Bot <commit-bot@chromium.org>2020-10-07 22:34:30 +0000
commita8dec10c9da00eca5284ee34246fdeadf1ba9179 (patch)
tree3124d09cef8650f779fac35b8e3d721d07d26114 /baseboard/intelrvp/led.c
parentc96da499286bbe66e767db6768fb9b67057d13ea (diff)
downloadchrome-ec-a8dec10c9da00eca5284ee34246fdeadf1ba9179.tar.gz
intelrvp: Move board specific changes to respective board files
Move board specific GPIO definitions and TCPC configuration from baseboard to JSL/TGL boards to accommodate changes in MECC spec 0.9 vs 1.0. BRANCH=None BUG=b:169551130 TEST=make buildall -j Signed-off-by: pandeyan <anshuman.pandey@intel.com> Change-Id: I53a0545674f22e6cba05f777a4095909c231cfd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2435174 Commit-Queue: Poornima Tom <poornima.tom@intel.com> Tested-by: Poornima Tom <poornima.tom@intel.com> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/intelrvp/led.c')
-rw-r--r--baseboard/intelrvp/led.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/baseboard/intelrvp/led.c b/baseboard/intelrvp/led.c
index 8e98f8e10f..47dad8994f 100644
--- a/baseboard/intelrvp/led.c
+++ b/baseboard/intelrvp/led.c
@@ -14,9 +14,6 @@
#define LED_ON_LVL 0
#define LED_OFF_LVL 1
-#define GPIO_BAT_LED_RED_L GPIO_BAT_LED_GREEN_L
-#define GPIO_PWR_LED_WHITE_L GPIO_AC_LED_GREEN_L
-
const int led_charge_lvl_1 = 5;
const int led_charge_lvl_2 = 97;