Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326890
b: refs/heads/master
c: 96bbf79
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent f30eb11 commit d9df37f
Show file tree
Hide file tree
Showing 3 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: 38cd8c5d7561c01619959f09099c7430420c4008
refs/heads/master: 96bbf7910c9a198fda9c71081e4900a7e365dbbc
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@ static struct platform_device *snowball_of_platform_devs[] __initdata = {
};

struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
/* Requires call-back bindings. */
OF_DEV_AUXDATA("arm,cortex-a9-pmu", 0, "arm-pmu", &db8500_pmu_platdata),
/* Requires DMA and call-back bindings. */
OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", &uart0_plat),
OF_DEV_AUXDATA("arm,pl011", 0x80121000, "uart1", &uart1_plat),
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-ux500/board-mop500.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ struct device;
struct i2c_board_info;
extern struct mmci_platform_data mop500_sdi0_data;
extern struct mmci_platform_data mop500_sdi4_data;
extern struct arm_pmu_platdata db8500_pmu_platdata;

extern void mop500_sdi_init(struct device *parent);
extern void snowball_sdi_init(struct device *parent);
Expand Down

0 comments on commit d9df37f

Please sign in to comment.