Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56696
b: refs/heads/master
c: 42482e3
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed May 20, 2007
1 parent 3c92b5c commit 2e180d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e966f3c392ffb5297a6ba0ea701d6a20d1d7292
refs/heads/master: 42482e3c77bcb310affdf13e92b93f077d44a7fc
4 changes: 4 additions & 0 deletions trunk/arch/arm/plat-s3c24xx/common-smdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <asm/mach/map.h>
#include <asm/mach/irq.h>

#include <asm/mach-types.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/irq.h>
Expand Down Expand Up @@ -193,6 +194,9 @@ void __init smdk_machine_init(void)
s3c2410_gpio_setpin(S3C2410_GPF6, 1);
s3c2410_gpio_setpin(S3C2410_GPF7, 1);

if (machine_is_smdk2443())
smdk_nand_info.twrph0 = 50;

s3c_device_nand.dev.platform_data = &smdk_nand_info;

platform_add_devices(smdk_devs, ARRAY_SIZE(smdk_devs));
Expand Down

0 comments on commit 2e180d7

Please sign in to comment.