Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273993
b: refs/heads/master
c: 6d8d492
h: refs/heads/master
i:
  273991: 30824c0
v: v3
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Sep 19, 2011
1 parent d983b24 commit 525b803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c051ab47bf3e0d35636d4772f9c0504bebe2fec
refs/heads/master: 6d8d492ef73433ea8debfba623dc2ee4d627aa7e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c64xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ static int __init s3c64xx_dma_init(void)
}

/* Set all DMA configuration to be DMA, not SDMA */
writel(0xffffff, S3C_SYSREG(0x110));
writel(0xffffff, S3C64XX_SDMA_SEL);

/* Register standard DMA controllers */
s3c64xx_dma_init1(0, DMACH_UART0, IRQ_DMA0, 0x75000000);
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/include/mach/regs-sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#define S3C64XX_AHB_CON1 S3C_SYSREG(0x104)
#define S3C64XX_AHB_CON2 S3C_SYSREG(0x108)

#define S3C64XX_SDMA_SEL S3C_SYSREG(0x110)

#define S3C64XX_OTHERS S3C_SYSREG(0x900)

#define S3C64XX_OTHERS_USBMASK (1 << 16)
Expand Down

0 comments on commit 525b803

Please sign in to comment.