sh: Use physical addresses for sh7722 USBF resources

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>
This commit is contained in:
Magnus Damm
2008-03-21 18:43:28 +09:00
committed by Paul Mundt
parent 9db913c3a6
commit a0d29798e5

View File

@@ -16,13 +16,12 @@
static struct resource usbf_resources[] = { static struct resource usbf_resources[] = {
[0] = { [0] = {
.name = "m66592_udc", .name = "USBF",
.start = 0xA4480000, .start = 0x04480000,
.end = 0xA44800FF, .end = 0x044800FF,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[1] = { [1] = {
.name = "m66592_udc",
.start = 65, .start = 65,
.end = 65, .end = 65,
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,