summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2017-11-02 09:57:41 +0300
committerJoel Stanley <joel@jms.id.au>2017-11-08 07:51:23 +0300
commit67f0843b79e7adf0218f4846f4b330452b8f0f9c (patch)
tree82a024039d87b4c100000a4eb1eaed85c7918f73
parent61f3b32bd16707a18c2ff8ed23c8dafa7706fc6f (diff)
downloadlinux-67f0843b79e7adf0218f4846f4b330452b8f0f9c.tar.xz
ARM: dts: aspeed: romulus: Fix identify LED
The identify LED is different from other LEDs and shall be ACTIVE_HIGH. OpenBMC-Staging-Count: 1 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index 86f792746262..060eb0cb0baf 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 {