Skip to content

Commit

Permalink
[ARM] 5039/1: S3C244X: Rename SDI device if running on S3C244X.
Browse files Browse the repository at this point in the history
Rename the SDI device if on an S3C2440 or S3C2442.

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 May 22, 2008
1 parent 4ba35fb commit 90239bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-s3c24xx/s3c244x.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ void __init s3c244x_map_io(struct map_desc *mach_desc, int size)

/* rename any peripherals used differing from the s3c2410 */

s3c_device_sdi.name = "s3c2440-sdi";
s3c_device_i2c.name = "s3c2440-i2c";
s3c_device_nand.name = "s3c2440-nand";
s3c_device_usbgadget.name = "s3c2440-usbgadget";
Expand Down

0 comments on commit 90239bb

Please sign in to comment.