Skip to content

Commit

Permalink
[ARM] 3658/1: S3C244X: Change usb-gadget name to s3c2440-usbgadget
Browse files Browse the repository at this point in the history
Patch from Ben Dooks

The S3C2440 and S3C2442 have an extended USB gadget
controller, so re-name the platform device to inform
the driver that it needs to change some parameters

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 28, 2006
1 parent 02fcb97 commit b8ccca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c2410/s3c244x.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ void __init s3c244x_map_io(struct map_desc *mach_desc, int size)

s3c_device_i2c.name = "s3c2440-i2c";
s3c_device_nand.name = "s3c2440-nand";
s3c_device_usbgadget.name = "s3c2440-usbgadget";
}

void __init s3c244x_init_clocks(int xtal)
Expand Down

0 comments on commit b8ccca4

Please sign in to comment.