[PATCH linux] Fix polarity and names of LEDs

OpenBMC Patches openbmc-patches at stwcx.xyz
Tue Feb 9 06:10:27 AEDT 2016


From: Norman James <njames at us.ibm.com>

Makes names consistent with schematic.

Signed-off-by: Norman James <nkskjames at gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
index 25ff8bb..8a7347b 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
@@ -100,17 +100,14 @@
 		compatible = "gpio-leds";
 
 		heartbeat {
-			gpios = <&gpio 140 GPIO_ACTIVE_LOW>;
+			gpios = <&gpio 140 GPIO_ACTIVE_HIGH>;
 		};
-
-		power {
-			gpios = <&gpio 141 GPIO_ACTIVE_LOW>;
-		};
-
 		identify {
-			gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
+			gpios = <&gpio 58 GPIO_ACTIVE_LOW>;
+		};
+		beep {
+			gpios = <&gpio 111 GPIO_ACTIVE_HIGH>;
 		};
-
 	};
 };
 
-- 
2.6.4




More information about the openbmc mailing list