Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25286
b: refs/heads/master
c: 66ce229
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Apr 2, 2006
1 parent d55bda1 commit cbcd097
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26f91fd54dba57a9bfe2373242ad71792d7af610
refs/heads/master: 66ce229fe057e35275a5f5176b29ed70795506a1
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-s3c2410/common-smdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ void __init smdk_machine_init(void)
s3c2410_gpio_cfgpin(S3C2410_GPF6, S3C2410_GPF6_OUTP);
s3c2410_gpio_cfgpin(S3C2410_GPF7, S3C2410_GPF7_OUTP);

s3c2410_gpio_setpin(S3C2410_GPF4, 0);
s3c2410_gpio_setpin(S3C2410_GPF5, 0);
s3c2410_gpio_setpin(S3C2410_GPF6, 0);
s3c2410_gpio_setpin(S3C2410_GPF7, 0);
s3c2410_gpio_setpin(S3C2410_GPF4, 1);
s3c2410_gpio_setpin(S3C2410_GPF5, 1);
s3c2410_gpio_setpin(S3C2410_GPF6, 1);
s3c2410_gpio_setpin(S3C2410_GPF7, 1);

s3c2410_pm_init();
}

0 comments on commit cbcd097

Please sign in to comment.