All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux] Fix polarity and names of LEDs
@ 2016-02-08 19:10 OpenBMC Patches
  2016-02-08 19:10 ` OpenBMC Patches
  0 siblings, 1 reply; 2+ messages in thread
From: OpenBMC Patches @ 2016-02-08 19:10 UTC (permalink / raw)
  To: openbmc; +Cc: Norman James

Makes names consistent with schematic and correct polarity.

Signed-off-by: Norman James <nkskjames@gmail.com>

https://github.com/openbmc/linux/pull/47

Norman James (1):
  Fix polarity and names of LEDs

 arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH linux] Fix polarity and names of LEDs
  2016-02-08 19:10 [PATCH linux] Fix polarity and names of LEDs OpenBMC Patches
@ 2016-02-08 19:10 ` OpenBMC Patches
  0 siblings, 0 replies; 2+ messages in thread
From: OpenBMC Patches @ 2016-02-08 19:10 UTC (permalink / raw)
  To: openbmc; +Cc: Norman James, Norman James

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

Makes names consistent with schematic.

Signed-off-by: Norman James <nkskjames@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-08 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 19:10 [PATCH linux] Fix polarity and names of LEDs OpenBMC Patches
2016-02-08 19:10 ` OpenBMC Patches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.