diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-17 21:32:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-17 21:32:03 +0100 |
commit | 7449a43cd032c3eaeb29a5ddab979bac1ebce88f (patch) | |
tree | 2c5eded9420fcd1c757601db966980ba8381b2f5 /recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch | |
parent | 67cd8abfcb09096a84a20d5af216f867aa4326fd (diff) |
linux-davinci git: make usb and ethernet work
Diffstat (limited to 'recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch')
-rw-r--r-- | recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch b/recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch index 746a64fe44..d4eac269a5 100644 --- a/recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch +++ b/recipes/linux/linux-davinci/dm355-leopard/0001-dm355-leopard-add-board-file-based-on-board-dm355-e.patch @@ -203,13 +203,13 @@ index 0000000..a1e97e8 +static struct resource dm355leopard_dm9000_rsrc[] = { + { + /* addr */ -+ .start = 0x04014000, -+ .end = 0x04014001, ++ .start = 0x04000000, ++ .end = 0x04000001, + .flags = IORESOURCE_MEM, + }, { + /* data */ -+ .start = 0x04014002, -+ .end = 0x04014003, ++ .start = 0x04000016, ++ .end = 0x04000017, + .flags = IORESOURCE_MEM, + }, { + .flags = IORESOURCE_IRQ @@ -296,9 +296,9 @@ index 0000000..a1e97e8 +{ + struct clk *aemif; + -+ gpio_request(1, "dm9000"); -+ gpio_direction_input(1); -+ dm355leopard_dm9000_rsrc[2].start = gpio_to_irq(1); ++ gpio_request(9, "dm9000"); ++ gpio_direction_input(9); ++ dm355leopard_dm9000_rsrc[2].start = gpio_to_irq(9); + + aemif = clk_get(&dm355leopard_dm9000.dev, "aemif"); + clk_enable(aemif); |