]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sh: Use physical addresses for sh7722 USBF resources
authorMagnus Damm <magnus.damm@gmail.com>
Fri, 21 Mar 2008 09:43:28 +0000 (18:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 18 Apr 2008 16:50:03 +0000 (09:50 -0700)
Use physical addresses and change resource name to follow data sheet.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7722.c

index b98b4bc93ec9df41bfd5b61ada70a65b3bd8ba99..a6929fa59c354d54ed25280a9bdb21cd33dab6b5 100644 (file)
 
 static struct resource usbf_resources[] = {
        [0] = {
-               .name   = "m66592_udc",
-               .start  = 0xA4480000,
-               .end    = 0xA44800FF,
+               .name   = "USBF",
+               .start  = 0x04480000,
+               .end    = 0x044800FF,
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
-               .name   = "m66592_udc",
                .start  = 65,
                .end    = 65,
                .flags  = IORESOURCE_IRQ,