diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-20 20:46:09 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 10:33:56 +0100 |
commit | 72d70d06d8e431f40fc2d41710615735c0a84aed (patch) | |
tree | 21a6a6e057b39ebf3ac89eccace253e0bf83489b /arch/arm | |
parent | d9bc55faf7aaeea1d098bc8511d074837edb149d (diff) | |
download | linux-3.10-72d70d06d8e431f40fc2d41710615735c0a84aed.tar.gz linux-3.10-72d70d06d8e431f40fc2d41710615735c0a84aed.tar.bz2 linux-3.10-72d70d06d8e431f40fc2d41710615735c0a84aed.zip |
[ARM] 3842/1: S3C2412: Rename LCD device
The S3C2412 LCD controller is different enough
to warrant renaming the platform device.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2412.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2412.c b/arch/arm/mach-s3c2410/s3c2412.c index a5ec56efd5c..c38db0715bd 100644 --- a/arch/arm/mach-s3c2410/s3c2412.c +++ b/arch/arm/mach-s3c2410/s3c2412.c @@ -83,6 +83,7 @@ void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) /* rename devices that are s3c2412/s3c2413 specific */ s3c_device_sdi.name = "s3c2412-sdi"; + s3c_device_lcd.name = "s3c2412-lcd"; s3c_device_nand.name = "s3c2412-nand"; } |