ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED
authorZev Weiss <zev@bewilderbeest.net>
Fri, 24 Feb 2023 00:03:58 +0000 (16:03 -0800)
committerJoel Stanley <joel@jms.id.au>
Mon, 6 Mar 2023 00:53:17 +0000 (11:23 +1030)
Turns out it's in fact not the same as the heartbeat LED.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Cc: stable@vger.kernel.org # v5.18+
Fixes: a9a3d60b937a ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC")
Link: https://lore.kernel.org/r/20230224000400.12226-2-zev@bewilderbeest.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts

index ff4c07c69af1cd291de0aff45ee2fd3ecaa6b1ac..00efe1a93a694dca6c74a9976ef8b41b34cdae55 100644 (file)
@@ -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;
                };
        };