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

repository service svn at openfirmware.info
Sat Aug 18 19:14:18 CEST 2012


Author: wmb
Date: Sat Aug 18 19:14:17 2012
New Revision: 3198
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3198

Log:
OLPC ARM - Added device node for OLS LED for Linux driver binding.

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

Modified: cpu/arm/olpc/1.75/leds.fth
==============================================================================
--- cpu/arm/olpc/1.75/leds.fth	Sat Aug 18 09:05:11 2012	(r3197)
+++ cpu/arm/olpc/1.75/leds.fth	Sat Aug 18 19:14:17 2012	(r3198)
@@ -1,6 +1,11 @@
 \ See license at end of file
 purpose: Driver/selftest for OLPC XO-1.75 LEDs
 
+0 0  " "  " /" begin-package
+   " ols" device-name
+   " olpc,xo-light-sensor" +compatible
+end-package
+
 0 0  " 0"  " /" begin-package
 0 0 reg  \ So test-all will run the test
 " leds" device-name

Modified: cpu/arm/olpc/cl4/leds.fth
==============================================================================
--- cpu/arm/olpc/cl4/leds.fth	Sat Aug 18 09:05:11 2012	(r3197)
+++ cpu/arm/olpc/cl4/leds.fth	Sat Aug 18 19:14:17 2012	(r3198)
@@ -1,6 +1,11 @@
 \ See license at end of file
 purpose: Driver/selftest for OLPC XO-1.75 LEDs
 
+0 0  " "  " /" begin-package
+   " ols" device-name
+   " olpc,xo-light-sensor" +compatible
+end-package
+
 0 0  " 0"  " /" begin-package
 0 0 reg  \ So test-all will run the test
 



More information about the openfirmware mailing list