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

repository service svn at openfirmware.info
Fri Sep 28 21:17:49 CEST 2012


Author: pgf
Date: Fri Sep 28 21:17:49 2012
New Revision: 3343
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3343

Log:
usb: add a clock-names property for USBPHYCLK

Modified:
   cpu/arm/olpc/usb.fth

Modified: cpu/arm/olpc/usb.fth
==============================================================================
--- cpu/arm/olpc/usb.fth	Fri Sep 28 21:00:15 2012	(r3342)
+++ cpu/arm/olpc/usb.fth	Fri Sep 28 21:17:49 2012	(r3343)
@@ -8,6 +8,7 @@
       my-space swap  " map-in" $call-parent  h# 100 +  ( adr )
    ;
    : my-map-out  ( adr len -- )  swap h# 100 - swap " map-out" $call-parent  ;
+   " USBPHYCLK" " clock-names" string-property
    " /pmua" encode-phandle 5 encode-int encode+ " clocks" property
    d# 44 " interrupts" integer-property
 



More information about the openfirmware mailing list