[openfirmware] [commit] r3176 - in cpu/arm/olpc: 1.75 cl4

repository service svn at openfirmware.info
Wed Aug 15 02:09:39 CEST 2012


Author: wmb
Date: Wed Aug 15 02:09:38 2012
New Revision: 3176
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3176

Log:
OLPC ARM - Removed typoed extraneous d# before symbolic names for switch gpios, added gpio properties to 1.75 switches node.

Modified:
   cpu/arm/olpc/1.75/switches.fth
   cpu/arm/olpc/cl4/switches.fth

Modified: cpu/arm/olpc/1.75/switches.fth
==============================================================================
--- cpu/arm/olpc/1.75/switches.fth	Wed Aug 15 00:25:40 2012	(r3175)
+++ cpu/arm/olpc/1.75/switches.fth	Wed Aug 15 02:09:38 2012	(r3176)
@@ -3,6 +3,11 @@
 
 0 0  " 0"  " /" begin-package
 " switches" device-name
+
+" olpc,xo1.75-switch" +compatible
+ebook-mode-gpio# 1 " ebook-gpios" gpio-property
+lid-switch-gpio# 1 " lid-gpios"   gpio-property
+
 0 0 reg  \ So test-all will run the test
 : open  ( -- okay? )  true  ;
 : close  ( -- )  ;

Modified: cpu/arm/olpc/cl4/switches.fth
==============================================================================
--- cpu/arm/olpc/cl4/switches.fth	Wed Aug 15 00:25:40 2012	(r3175)
+++ cpu/arm/olpc/cl4/switches.fth	Wed Aug 15 02:09:38 2012	(r3176)
@@ -3,11 +3,12 @@
 
 0 0  " 0"  " /" begin-package
 
+" switches" device-name
+
 " olpc,xo1.75-switch" +compatible
-d# ebook-mode-gpio# 1 " ebook-gpios" gpio-property
-d# lid-switch-gpio# 1 " lid-gpios"   gpio-property
+ebook-mode-gpio# 1 " ebook-gpios" gpio-property
+lid-switch-gpio# 1 " lid-gpios"   gpio-property
 
-" switches" device-name
 0 0 reg  \ So test-all will run the test
 : open  ( -- okay? )  true  ;
 : close  ( -- )  ;



More information about the openfirmware mailing list