mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ARM: 6135/1: mx21/devices: fix USBOTG resource
It got a typo from 988addf82e
.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: <stable@kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
f72caf7e49
commit
e1695307e6
1 changed files with 2 additions and 2 deletions
|
@ -483,8 +483,8 @@ int __init mxc_register_gpios(void)
|
|||
#ifdef CONFIG_MACH_MX21
|
||||
static struct resource mx21_usbhc_resources[] = {
|
||||
{
|
||||
.start = MX21_BASE_ADDR,
|
||||
.end = MX21_BASE_ADDR + 0x1FFF,
|
||||
.start = MX21_USBOTG_BASE_ADDR,
|
||||
.end = MX21_USBOTG_BASE_ADDR + SZ_8K - 1,
|
||||
.flags = IORESOURCE_MEM,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue