[PATCH linux dev-4.10] ARM: dts: Romulus: Identify LED is too active

causten austenc at us.ibm.com
Fri Jul 28 04:50:00 AEST 2017


Identify LED is coming on ever boot.  This is because
it should have been set to ACTIVE_HIGH

Signed-Off-By: Chris Austen <austencj at yahoo.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index a9e3615..45a3c99 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -35,7 +35,7 @@
 		};
 
 		identify {
-			gpios = <&gpio ASPEED_GPIO(N, 4) GPIO_ACTIVE_LOW>;
+			gpios = <&gpio ASPEED_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
 		};
 
 		power {
-- 
2.7.4



More information about the openbmc mailing list