Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96847
b: refs/heads/master
c: c8d2eb8
h: refs/heads/master
i:
  96845: bc1c32b
  96843: d7f3daa
  96839: d934a68
  96831: d59806c
v: v3
  • Loading branch information
Paul Walmsley authored and Tony Lindgren committed May 9, 2008
1 parent 23d0506 commit e83045e
Show file tree
Hide file tree
Showing 6 changed files with 9 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: 0a4b53a22d75efa750f0b93c9b00dd0dc51c0b07
refs/heads/master: c8d2eb8e56b93c69a30793f19ac1bc784398fbd5
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-2430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ static void __init omap_2430sdp_init(void)

static void __init omap_2430sdp_map_io(void)
{
omap2_set_globals_243x();
omap2_map_common_io();
}

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-apollon.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ static void __init omap_apollon_init(void)

static void __init omap_apollon_map_io(void)
{
omap2_set_globals_242x();
omap2_map_common_io();
}

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ static void __init omap_generic_init(void)

static void __init omap_generic_map_io(void)
{
omap2_set_globals_242x(); /* should be 242x, 243x, or 343x */
omap2_map_common_io();
}

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-h4.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ static void __init omap_h4_init(void)

static void __init omap_h4_map_io(void)
{
omap2_set_globals_242x();
omap2_map_common_io();
}

Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-arm/arch-omap/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ static inline int omap_register_i2c_bus(int bus_id, u32 clkrate,
}
#endif

void omap2_set_globals_242x(void);
void omap2_set_globals_243x(void);
void omap2_set_globals_343x(void);

#endif /* __ARCH_ARM_MACH_OMAP_COMMON_H */

0 comments on commit e83045e

Please sign in to comment.