projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea2222
)
[ARM] 4203/1: S3C2443: use S3C2412 nand driver
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 15 Feb 2007 21:29:36 +0000
(22:29 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 16 Feb 2007 11:40:49 +0000
(11:40 +0000)
Use the S3C2412 nand driver for the S3C2443 as it
is register compatible.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2443/s3c2443.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2443/s3c2443.c
b/arch/arm/mach-s3c2443/s3c2443.c
index bc14f772ff245e063d8e25e42e7e054dc1c00a55..9b91235c15d205849a88bcf31e81feba5d8c6797 100644
(file)
--- a/
arch/arm/mach-s3c2443/s3c2443.c
+++ b/
arch/arm/mach-s3c2443/s3c2443.c
@@
-53,6
+53,8
@@
int __init s3c2443_init(void)
{
printk("S3C2443: Initialising architecture\n");
+ s3c_device_nand.name = "s3c2412-nand";
+
return sysdev_register(&s3c2443_sysdev);
}