[openfirmware] [commit] r3527 - cpu/arm/olpc

repository service svn at openfirmware.info
Fri Jan 25 21:27:54 CET 2013


Author: wmb
Date: Fri Jan 25 21:27:53 2013
New Revision: 3527
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3527

Log:
OLPC XO-4 - Added reset-gpios property to WLAN SDHCI node.

Modified:
   cpu/arm/olpc/sdhci.fth

Modified: cpu/arm/olpc/sdhci.fth
==============================================================================
--- cpu/arm/olpc/sdhci.fth	Thu Jan 24 04:46:52 2013	(r3526)
+++ cpu/arm/olpc/sdhci.fth	Fri Jan 25 21:27:53 2013	(r3527)
@@ -99,6 +99,10 @@
       \ Active high
       " /gpio" encode-phandle  en-wlan-pwr-gpio# encode-int encode+  0 encode-int encode+  " power-gpios" property
 [then]
+[ifdef] wlan-reset-gpio#
+      \ Active high
+      " /gpio" encode-phandle  wlan-reset-gpio# encode-int encode+  0 encode-int encode+  " reset-gpios" property
+[then]
 
       fload ${BP}/dev/mmc/sdhci/slot.fth
       new-device



More information about the openfirmware mailing list