diff options
author | Zev Weiss <[email protected]> | 2023-02-23 16:03:58 -0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2023-03-06 11:23:17 +1030 |
commit | a3fd10732d276d7cf372c6746a78a1c8b6aa7541 (patch) | |
tree | ea02bf5e915e55e9b6647070a007c886b87c55e0 | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED
Turns out it's in fact not the same as the heartbeat LED.
Signed-off-by: Zev Weiss <[email protected]>
Cc: [email protected] # v5.18+
Fixes: a9a3d60b937a ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts b/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts index ff4c07c69af1..00efe1a93a69 100644 --- 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; }; }; |