Changeset 3356
- Timestamp:
- Oct 10, 2012 9:20:29 PM (7 months ago)
- Location:
- cpu/arm
- Files:
-
- 2 edited
-
mmp2/irq.fth (modified) (1 diff)
-
olpc/sound.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/mmp2/irq.fth
r3289 r3356 96 96 h# 188 h# 184 d# 55 2 make-mux-node \ intcmux55 - HSA_CAWAKE(0?), MIPI_HSI_INT0 97 97 [then] 98 h# 128 h# 11c d# 48 d# 24 make-mux-node \ DMA mux - 16 PDMA, 4 ADMA, 2 VDMA channels 98 99 99 100 0 [if] -
cpu/arm/olpc/sound.fth
r3338 r3356 40 40 5 encode-int 4 encode-int encode+ " mmp-mav-dma-channels" property 41 41 " marvell,mmp-audio-dma" +compatible 42 43 " /interrupt-controller@128" encode-phandle " interrupt-parent" property 44 d# 20 encode-int d# 21 encode-int encode+ " interrupts" property 45 42 46 " disabled" " status" string-property 43 47 current-device ( adma1-ph ) … … 62 66 3 encode-int 2 encode-int encode+ " mmp-mav-dma-channels" property 63 67 " marvell,mmp-audio-dma" +compatible 68 69 " /interrupt-controller@128" encode-phandle " interrupt-parent" property 70 d# 18 encode-int d# 19 encode-int encode+ " interrupts" property 71 64 72 current-device ( adma0-ph ) 65 73 finish-device
Note: See TracChangeset
for help on using the changeset viewer.
