Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333327
b: refs/heads/master
c: 224cd71
h: refs/heads/master
i:
  333325: c179e54
  333323: 62b9ead
  333319: 93b6ea9
  333311: d65f6f0
v: v3
  • Loading branch information
Vikram Narayanan authored and Tony Lindgren committed Oct 9, 2012
1 parent 58a621b commit 780b15b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 09d986226e71fb2643ddd24e48b7ab485cbc6cfd
refs/heads/master: 224cd7115abb5b05a5d665551452c271449ce80b
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ static struct platform_device omap_vwlan_device = {
};

static struct wl12xx_platform_data omap_panda_wlan_data __initdata = {
/* PANDA ref clock is 38.4 MHz */
.board_ref_clock = 2,
.board_ref_clock = WL12XX_REFCLOCK_38, /* 38.4 MHz */
};

static struct twl6040_codec_data twl6040_codec = {
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/board-zoom-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ static struct platform_device omap_vwlan_device = {
};

static struct wl12xx_platform_data omap_zoom_wlan_data __initdata = {
/* ZOOM ref clock is 26 MHz */
.board_ref_clock = 1,
.board_ref_clock = WL12XX_REFCLOCK_26, /* 26 MHz */
};

static struct omap2_hsmmc_info mmc[] = {
Expand Down

0 comments on commit 780b15b

Please sign in to comment.