From ef55367b6972ce27a3938ebb114fb8f8338b592e Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Wed, 7 Jul 2021 11:03:46 -0600 Subject: volteer: zephyr: rename GPIO_EC_BATT_PRES_ODL to GPIO_BATT_PRES_ODL Remove a duplicate enum from gpio-enum-name.yaml. Making this change makes reading through the dts files a bit easier at the cost of having to effectively create an alias. GPIO_EC_BATT_PRES_ODL could not be removed from cros ec because it is currently used in many other boards and baseboards. When making this change, I also tried replacing all instances of the GPIO_EC_BATT_PRES_ODL, but some of these are in generated files such as brya's generated-gpio.inc which would get overridden when the tool is run next. BRANCH=none BUG=b:190743662 TEST=zmake testall Signed-off-by: Yuval Peress Change-Id: I0f1ce938495e1a7227f1a0283a7378faf02bd2b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3010483 Reviewed-by: Denis Brockus --- zephyr/dts/bindings/gpio/gpio-enum-name.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'zephyr/dts/bindings/gpio') diff --git a/zephyr/dts/bindings/gpio/gpio-enum-name.yaml b/zephyr/dts/bindings/gpio/gpio-enum-name.yaml index 7d9f5a6402..52a2c23c77 100644 --- a/zephyr/dts/bindings/gpio/gpio-enum-name.yaml +++ b/zephyr/dts/bindings/gpio/gpio-enum-name.yaml @@ -31,7 +31,6 @@ properties: - GPIO_DP_MUX_SEL - GPIO_EC_ACCEL_INT - GPIO_EC_ALS_RGB_INT_L - - GPIO_EC_BATT_PRES_ODL - GPIO_EC_BL_EN_OD - GPIO_EC_CHG_LED_B_C1 - GPIO_EC_CHG_LED_Y_C1 -- cgit v1.2.1