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

repository service svn at openfirmware.info
Mon Feb 18 23:47:42 CET 2013


Author: quozl
Date: Mon Feb 18 23:47:41 2013
New Revision: 3558
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3558

Log:
OLPC XO-4 - sdhci, device tree, set a non-removable attribute for internal microSD slot, #12561.

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

Modified: cpu/arm/olpc/cl4/sdhci.fth
==============================================================================
--- cpu/arm/olpc/cl4/sdhci.fth	Mon Feb 18 08:31:19 2013	(r3557)
+++ cpu/arm/olpc/cl4/sdhci.fth	Mon Feb 18 23:47:41 2013	(r3558)
@@ -41,6 +41,11 @@
       " /interrupt-controller/interrupt-controller at 184" encode-phandle " interrupt-parent" property
       d# 0 " interrupts" integer-property
 
+      \ The media is considered non-removable (at run-time) since the slot is
+      \ only accessible on the motherboard, and a heatsink must be removed to
+      \ access it.
+      0 0 " non-removable" property
+
       " /pmua" encode-phandle d# 27 encode-int encode+ " clocks" property
       " PXA-SDHCLK" " clock-names" string-property
       d# 40 encode-int  1 encode-int encode+  " power-delay-ms" property



More information about the openfirmware mailing list