summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-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 */