This is a note to let you know that I've just added the patch titled ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED to the 6.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-dts-aspeed-romed8hm3-fix-gpio-polarity-of-system-fault-led.patch and it can be found in the queue-6.2 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From a3fd10732d276d7cf372c6746a78a1c8b6aa7541 Mon Sep 17 00:00:00 2001 From: Zev Weiss <zev@xxxxxxxxxxxxxxxxx> Date: Thu, 23 Feb 2023 16:03:58 -0800 Subject: ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED From: Zev Weiss <zev@xxxxxxxxxxxxxxxxx> commit a3fd10732d276d7cf372c6746a78a1c8b6aa7541 upstream. Turns out it's in fact not the same as the heartbeat LED. Signed-off-by: Zev Weiss <zev@xxxxxxxxxxxxxxxxx> Cc: stable@xxxxxxxxxxxxxxx # v5.18+ Fixes: a9a3d60b937a ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC") Link: https://lore.kernel.org/r/20230224000400.12226-2-zev@xxxxxxxxxxxxxxxxx Signed-off-by: Joel Stanley <joel@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts +++ b/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts @@ -31,7 +31,7 @@ }; system-fault { - gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_LOW>; + gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_HIGH>; panic-indicator; }; }; Patches currently in stable-queue which might be from zev@xxxxxxxxxxxxxxxxx are queue-6.2/arm-dts-aspeed-romed8hm3-fix-gpio-polarity-of-system-fault-led.patch queue-6.2/arm-dts-aspeed-asrock-correct-firmware-flash-spi-clocks.patch