Skip to content
Snippets Groups Projects
Commit 82759a17 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ramips: rename rt3352 usb platform devices


In order to get OHCI/EHCI working on the Rt3352, the platform device must be
named so rt3883-?hci will recognize it.

Signed-off-by: default avatarDaniel Golle <dgolle@allnet.de>

SVN-Revision: 33145
parent 1525620b
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ static struct resource rt3352_ehci_resources[] = { ...@@ -352,7 +352,7 @@ static struct resource rt3352_ehci_resources[] = {
static u64 rt3352_ehci_dmamask = DMA_BIT_MASK(32); static u64 rt3352_ehci_dmamask = DMA_BIT_MASK(32);
static struct platform_device rt3352_ehci_device = { static struct platform_device rt3352_ehci_device = {
.name = "rt3352-ehci", .name = "rt3883-ehci",
.id = -1, .id = -1,
.resource = rt3352_ehci_resources, .resource = rt3352_ehci_resources,
.num_resources = ARRAY_SIZE(rt3352_ehci_resources), .num_resources = ARRAY_SIZE(rt3352_ehci_resources),
...@@ -382,7 +382,7 @@ static struct rt3883_ohci_platform_data rt3352_ohci_data = { ...@@ -382,7 +382,7 @@ static struct rt3883_ohci_platform_data rt3352_ohci_data = {
static u64 rt3352_ohci_dmamask = DMA_BIT_MASK(32); static u64 rt3352_ohci_dmamask = DMA_BIT_MASK(32);
static struct platform_device rt3352_ohci_device = { static struct platform_device rt3352_ohci_device = {
.name = "rt3352-ohci", .name = "rt3883-ohci",
.id = -1, .id = -1,
.resource = rt3352_ohci_resources, .resource = rt3352_ohci_resources,
.num_resources = ARRAY_SIZE(rt3352_ohci_resources), .num_resources = ARRAY_SIZE(rt3352_ohci_resources),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment