summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2018-10-02 13:05:32 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-10-02 20:03:00 -0700
commit99d9bd68c45045ec3004ca420c462bab32addfeb (patch)
tree6e51e030311842598d72cfb2f167d363deb1e91a
parent00f835d44a8152937fd0c122465df04cc1d4c572 (diff)
downloadchrome-ec-99d9bd68c45045ec3004ca420c462bab32addfeb.tar.gz
grunt: Remove no longer needed GPIO_EN_PP5000
The BQ24392 driver was renamed to MAX14637 (CL:1250031) and no longer requires GPIO_EN_PP5000 to be defined (CL:1250032), so this can be removed from grunt-family gpio.inc. BUG=none BRANCH=grunt TEST=make -j buildall Change-Id: I186ece073e544760d487489f874659226c820bd8 Signed-off-by: Edward Hill <ecgh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1257644 Reviewed-by: Scott Collyer <scollyer@chromium.org>
-rw-r--r--board/aleena/gpio.inc3
-rw-r--r--board/careena/gpio.inc3
-rw-r--r--board/grunt/gpio.inc3
-rw-r--r--board/liara/gpio.inc3
4 files changed, 0 insertions, 12 deletions
diff --git a/board/aleena/gpio.inc b/board/aleena/gpio.inc
index de92aa2ff9..4c336aa644 100644
--- a/board/aleena/gpio.inc
+++ b/board/aleena/gpio.inc
@@ -41,9 +41,6 @@ GPIO(APU_ALERT_L, PIN(A, 2), GPIO_INPUT) /* Alert to SOC */
GPIO(3AXIS_INT_L, PIN(5, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* 3 Axis Accel */
GPIO(KB_BL_EN, PIN(F, 2), GPIO_OUT_LOW) /* Enable KB Backlight */
-/* We don't have 5V rail control but the BQ24392 driver expects the GPIO */
-UNIMPLEMENTED(EN_PP5000)
-
/* I2C pins - these will be reconfigured for alternate function below */
GPIO(I2C0_SCL, PIN(B, 5), GPIO_INPUT) /* EC_I2C_POWER_SCL */
GPIO(I2C0_SDA, PIN(B, 4), GPIO_INPUT) /* EC_I2C_POWER_SDA */
diff --git a/board/careena/gpio.inc b/board/careena/gpio.inc
index 8a60adda73..80cad0c453 100644
--- a/board/careena/gpio.inc
+++ b/board/careena/gpio.inc
@@ -40,9 +40,6 @@ GPIO(CPU_PROCHOT, PIN(3, 4), GPIO_INPUT | GPIO_SEL_1P8V) /* PROCHOT to SOC */
GPIO(APU_ALERT_L, PIN(A, 2), GPIO_INPUT) /* Alert to SOC */
GPIO(3AXIS_INT_L, PIN(5, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* 3 Axis Accel */
-/* We don't have 5V rail control but the BQ24392 driver expects the GPIO */
-UNIMPLEMENTED(EN_PP5000)
-
GPIO(BAT_LED_AMBER_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(BAT_LED_WHITE_L, PIN(C, 4), GPIO_OUT_HIGH)
diff --git a/board/grunt/gpio.inc b/board/grunt/gpio.inc
index fc3cf253f2..97f5afabfd 100644
--- a/board/grunt/gpio.inc
+++ b/board/grunt/gpio.inc
@@ -42,9 +42,6 @@ GPIO(APU_ALERT_L, PIN(A, 2), GPIO_INPUT) /* Alert to SOC */
GPIO(3AXIS_INT_L, PIN(5, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* 3 Axis Accel */
GPIO(KB_BL_EN, PIN(F, 2), GPIO_OUT_LOW) /* Enable KB Backlight */
-/* We don't have 5V rail control but the BQ24392 driver expects the GPIO */
-UNIMPLEMENTED(EN_PP5000)
-
/* I2C pins - these will be reconfigured for alternate function below */
GPIO(I2C0_SCL, PIN(B, 5), GPIO_INPUT) /* EC_I2C_POWER_SCL */
GPIO(I2C0_SDA, PIN(B, 4), GPIO_INPUT) /* EC_I2C_POWER_SDA */
diff --git a/board/liara/gpio.inc b/board/liara/gpio.inc
index 11278d4ca5..ed69de978a 100644
--- a/board/liara/gpio.inc
+++ b/board/liara/gpio.inc
@@ -41,9 +41,6 @@ GPIO(APU_ALERT_L, PIN(A, 2), GPIO_INPUT) /* Alert to SOC */
GPIO(3AXIS_INT_L, PIN(5, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* 3 Axis Accel */
GPIO(KB_BL_EN, PIN(F, 2), GPIO_OUT_LOW) /* Enable KB Backlight */
-/* We don't have 5V rail control but the BQ24392 driver expects the GPIO */
-UNIMPLEMENTED(EN_PP5000)
-
/* I2C pins - these will be reconfigured for alternate function below */
GPIO(I2C0_SCL, PIN(B, 5), GPIO_INPUT) /* EC_I2C_POWER_SCL */
GPIO(I2C0_SDA, PIN(B, 4), GPIO_INPUT) /* EC_I2C_POWER_SDA */