From 99d9bd68c45045ec3004ca420c462bab32addfeb Mon Sep 17 00:00:00 2001 From: Edward Hill Date: Tue, 2 Oct 2018 13:05:32 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1257644 Reviewed-by: Scott Collyer --- board/aleena/gpio.inc | 3 --- board/careena/gpio.inc | 3 --- board/grunt/gpio.inc | 3 --- board/liara/gpio.inc | 3 --- 4 files changed, 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 */ -- cgit v1.2.1