Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143573
b: refs/heads/master
c: b7f9a94
h: refs/heads/master
i:
  143571: 05e554c
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed Apr 15, 2009
1 parent 2cf8a0e commit 93f5a46
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: acd216a15db902294904a974f66e1ba18763dc4c
refs/heads/master: b7f9a94bf22e8dfa6420faac831e40d2492dd28c
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s3c6410/mach-smdk6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ static void __init smdk6410_machine_init(void)
s3c_i2c1_set_platdata(NULL);
s3c_fb_set_platdata(&smdk6410_lcd_pdata);

gpio_request(S3C64XX_GPN(5), "LCD power");
gpio_request(S3C64XX_GPF(13), "LCD power");
gpio_request(S3C64XX_GPF(15), "LCD power");

i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0));
i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1));

Expand Down

0 comments on commit 93f5a46

Please sign in to comment.