From: Potin Lai Date: Mon, 13 Jun 2022 09:51:47 +0000 (+0800) Subject: ARM: dts: aspeed: bletchley: Change LED sys_log_id to active low X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1bc111b69ad5ad1115426ab270fcf2e625dc689c;p=linux.git ARM: dts: aspeed: bletchley: Change LED sys_log_id to active low change LED sys_log_id to active low base on DVT schematic. Signed-off-by: Potin Lai Reviewed-by: Patrick Williams Link: https://lore.kernel.org/r/20220613095150.21917-2-potin.lai.pt@gmail.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index 1fc3e7cbf0d14..8777c9612852c 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -60,7 +60,7 @@ compatible = "gpio-leds"; sys_log_id { default-state = "off"; - gpios = <&front_leds 0 GPIO_ACTIVE_HIGH>; + gpios = <&front_leds 0 GPIO_ACTIVE_LOW>; }; };