Author: wmb Date: Fri Aug 24 00:45:11 2012 New Revision: 3221 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3221
Log: OLPC XO-4 - USB device node - changed compatible name to match the Linux driver, added reg-names property so the driver can continue to get the resource "byname".
Modified: cpu/arm/olpc/usb.fth
Modified: cpu/arm/olpc/usb.fth ============================================================================== --- cpu/arm/olpc/usb.fth Thu Aug 23 22:25:01 2012 (r3220) +++ cpu/arm/olpc/usb.fth Fri Aug 24 00:45:11 2012 (r3221) @@ -11,9 +11,6 @@ " /pmua" encode-phandle 5 encode-int encode+ " clocks" property d# 44 " interrupts" integer-property
- " mrvl,pxa-u2oehci" +compatible - " mrvl,mmp3-u2oehci" +compatible - " host" " dr_mode" string-property " utmi" " phy_type" string-property
@@ -23,6 +20,10 @@ false constant needs-dummy-qh? : grab-controller ( config-adr -- error? ) drop false ; fload ${BP}/dev/usb2/hcd/ehci/loadpkg.fth + + " marvell,pxau2o-ehci" +compatible + " u2o" " reg-names" string-property + \ false to delay? \ No need for a polling delay on this platform : otg-set-host-mode 3 h# a8 ehci-reg! ; \ Force host mode ' otg-set-host-mode to set-host-mode
openfirmware@openfirmware.info