Commit 6060e454 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2155/1: S3C2410 - fix definition of S3C2410_UDC_MAXP_REG

Patch from Ben Dooks

Attached is the fix for the S3C2410_UDC_MAXP_REG
definition.

Signed-off-by: Ben Dooks 
Signed-off-by: Arnaud Patard 
parent 3a266fe7
......@@ -8,8 +8,9 @@
* the License, or (at your option) any later version.
*
* Changelog:
* 01-08-2004 initial creation
* 12-09-2004 cleanup for submission
* 01-08-2004 Initial creation
* 12-09-2004 Cleanup for submission
* 24-10-2004 Fixed S3C2410_UDC_MAXP_REG definition
*/
#ifndef __ASM_ARCH_REGS_UDC_H
......@@ -68,7 +69,7 @@
/* indexed registers */
#define S3C2410_UDC_MAXP_REG S3C2410_USBDREG(0x018c)
#define S3C2410_UDC_MAXP_REG S3C2410_USBDREG(0x0180)
#define S3C2410_UDC_EP0_CSR_REG S3C2410_USBDREG(0x0184)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment