Skip to content

Commit

Permalink
3.8: fix reset GPIO for hexy cape
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Apr 12, 2013
1 parent 2545b4f commit 6933082
Showing 1 changed file with 26 additions and 0 deletions.
@@ -0,0 +1,26 @@
From 0dd51bfb0ce2d9a77246aacc9ad9e921dfdb5927 Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@dominion.thruhere.net>
Date: Fri, 12 Apr 2013 14:22:04 +0200
Subject: [PATCH 165/165] cape-bone-hexy: move OLED to different reset gpio

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
firmware/capes/cape-bone-hexy-00A0.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firmware/capes/cape-bone-hexy-00A0.dts b/firmware/capes/cape-bone-hexy-00A0.dts
index ea353af..a0878b7 100644
--- a/firmware/capes/cape-bone-hexy-00A0.dts
+++ b/firmware/capes/cape-bone-hexy-00A0.dts
@@ -150,7 +150,7 @@
ssd1306: oled@3c {
compatible = "solomon,ssd1306fb-i2c";
reg = <0x3c>;
- reset-gpios = <&gpio4 19 0>;
+ reset-gpios = <&gpio2 17 0>;
solomon,height = <32>;
solomon,width = <128>;
solomon,page-offset = <0>;
--
1.8.1.4

0 comments on commit 6933082

Please sign in to comment.