Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1108
b: refs/heads/master
c: bfd4e07
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed May 12, 2005
1 parent 2682ef3 commit 8dddb0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 4ad3a443c9238c8df68f4519049c3c8d80fe62c2
refs/heads/master: bfd4e0709fb977e64e27d9255be6e7aeadf4fcd4
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-s3c2410/s3c2440.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@ void __init s3c2440_map_io(struct map_desc *mach_desc, int size)

iotable_init(s3c2440_iodesc, ARRAY_SIZE(s3c2440_iodesc));
iotable_init(mach_desc, size);

/* rename any peripherals used differing from the s3c2410 */

s3c_device_i2c.name = "s3c2440-i2c";
s3c_device_i2c.name = "s3c2440-i2c";
s3c_device_nand.name = "s3c2440-nand";

/* change irq for watchdog */

Expand Down Expand Up @@ -225,7 +227,7 @@ void __init s3c2440_init_clocks(int xtal)
break;

case S3C2440_CLKDIVN_HDIVN_2:
hdiv = 1;
hdiv = 2;
break;

case S3C2440_CLKDIVN_HDIVN_4_8:
Expand Down

0 comments on commit 8dddb0a

Please sign in to comment.