Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274047
b: refs/heads/master
c: 43c4621
h: refs/heads/master
i:
  274045: f1b3248
  274043: 8f7609b
  274039: 58aa190
  274031: bb2bb8d
  274015: 7a4477d
  273983: 9b745c5
  273919: 75dfb1c
v: v3
  • Loading branch information
Ajay Kumar authored and Kukjin Kim committed Oct 4, 2011
1 parent bbb0cbb commit 475c014
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d93f5eefd456bde3dd14eac7b909f3ba4e55cdbb
refs/heads/master: 43c46216660a0329af558d2e6bdf540ee4d5c0d5
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s5p64x0/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <plat/s5p6440.h>
#include <plat/s5p6450.h>
#include <plat/adc-core.h>
#include <plat/fb-core.h>

/* Initial IO mappings */

Expand Down Expand Up @@ -108,6 +109,7 @@ void __init s5p6440_map_io(void)
{
/* initialize any device information early */
s3c_adc_setname("s3c64xx-adc");
s3c_fb_setname("s5p64x0-fb");

iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc));
Expand All @@ -117,6 +119,7 @@ void __init s5p6450_map_io(void)
{
/* initialize any device information early */
s3c_adc_setname("s3c64xx-adc");
s3c_fb_setname("s5p64x0-fb");

iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc));
Expand Down

0 comments on commit 475c014

Please sign in to comment.