[openfirmware] [commit] r3333 - in cpu/arm: mmp2 olpc

repository service svn at openfirmware.info
Thu Sep 27 02:43:11 CEST 2012


Author: wmb
Date: Thu Sep 27 02:43:10 2012
New Revision: 3333
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3333

Log:
OLPC ARM - Added /dma device node to bind the new peripheral DMA Linux driver from Marvell.

Added:
   cpu/arm/mmp2/dma.fth
Modified:
   cpu/arm/olpc/prefw.fth

Added: cpu/arm/mmp2/dma.fth
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ cpu/arm/mmp2/dma.fth	Thu Sep 27 02:43:10 2012	(r3333)
@@ -0,0 +1,11 @@
+purpose: Device node for MMP peripheral DMA
+
+dev /
+new-device
+   " dma" device-name
+   h# d4000000 h# 400 reg
+   " marvell,pdma-1.0" +compatible
+   d# 48 " interrupts" integer-property
+   d# 16 " #dma-channels" integer-property
+finish-device
+device-end

Modified: cpu/arm/olpc/prefw.fth
==============================================================================
--- cpu/arm/olpc/prefw.fth	Thu Sep 27 02:23:30 2012	(r3332)
+++ cpu/arm/olpc/prefw.fth	Thu Sep 27 02:43:10 2012	(r3333)
@@ -230,6 +230,7 @@
 fload ${BP}/cpu/arm/mmp2/timer.fth
 fload ${BP}/cpu/arm/mmp2/gpio.fth
 fload ${BP}/cpu/arm/mmp2/mfpr.fth
+fload ${BP}/cpu/arm/mmp2/dma.fth
 
 fload ${BP}/cpu/arm/mmp2/twsi-package.fth
 



More information about the openfirmware mailing list