Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296379
b: refs/heads/master
c: 69dde86
h: refs/heads/master
i:
  296377: 795e4dd
  296375: 741a54c
v: v3
  • Loading branch information
Russell King committed Feb 18, 2012
1 parent e8ded8e commit 99d6628
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 33237616771bfc29a97f17e74efe3799bb790343
refs/heads/master: 69dde86aa616b09bb3ef39a5ab783f82254d241c
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-sa1100/assabet.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/serial_core.h>
#include <linux/mfd/ucb1x00.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/delay.h>
Expand Down Expand Up @@ -199,9 +200,14 @@ static struct irda_platform_data assabet_irda_data = {
.set_speed = assabet_irda_set_speed,
};

static struct ucb1x00_plat_data assabet_ucb1x00_data = {
.gpio_base = -1,
};

static struct mcp_plat_data assabet_mcp_data = {
.mccr0 = MCCR0_ADM,
.sclk_rate = 11981000,
.codec_pdata = &assabet_ucb1x00_data,
};

static void __init assabet_init(void)
Expand Down

0 comments on commit 99d6628

Please sign in to comment.