Skip to content

Commit a3fd107

Browse files
zevweissshenki
authored andcommitted
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 <zev@bewilderbeest.net> Cc: stable@vger.kernel.org # v5.18+ Fixes: a9a3d60 ("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>
1 parent fe15c26 commit a3fd107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
};
3232

3333
system-fault {
34-
gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_LOW>;
34+
gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_HIGH>;
3535
panic-indicator;
3636
};
3737
};

0 commit comments

Comments
 (0)