[openfirmware] [commit] r3173 - cpu/arm/olpc/cl4

repository service svn at openfirmware.info
Wed Aug 15 00:11:57 CEST 2012


Author: pgf
Date: Wed Aug 15 00:11:57 2012
New Revision: 3173
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3173

Log:
switches:  declare switch gpio pins for DT

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

Modified: cpu/arm/olpc/cl4/switches.fth
==============================================================================
--- cpu/arm/olpc/cl4/switches.fth	Tue Aug 14 22:43:20 2012	(r3172)
+++ cpu/arm/olpc/cl4/switches.fth	Wed Aug 15 00:11:57 2012	(r3173)
@@ -2,6 +2,11 @@
 purpose: Driver/selftest for OLPC lid and ebook switches
 
 0 0  " 0"  " /" begin-package
+
+" olpc,xo1.75-switch" +compatible
+d# 130 1 " ebook-gpios" gpio-property
+d# 129 1 " lid-gpios"   gpio-property
+
 " switches" device-name
 0 0 reg  \ So test-all will run the test
 : open  ( -- okay? )  true  ;



More information about the openfirmware mailing list