Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296707
b: refs/heads/master
c: 15daf69
h: refs/heads/master
i:
  296705: c2e3082
  296703: 8b30f81
v: v3
  • Loading branch information
Lee Jones authored and Arnd Bergmann committed Mar 16, 2012
1 parent 592453c commit 6b8b9b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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: f1949ea0d1f6034d38ce20089980b6b26d527c25
refs/heads/master: 15daf691e8e0119e6c21d3ddf6b4754e66e37365
3 changes: 3 additions & 0 deletions trunk/arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";

// Add one of these for each child device
cs-gpios = <&gpio0 31 &gpio4 14 &gpio4 16 &gpio6 22 &gpio7 0>;

};

uart@80120000 {
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static struct stedma40_chan_cfg ssp0_dma_cfg_tx = {
};
#endif

static struct pl022_ssp_controller ssp0_platform_data = {
static struct pl022_ssp_controller ssp0_plat = {
.bus_id = 0,
#ifdef CONFIG_STE_DMA40
.enable_dma = 1,
Expand All @@ -461,7 +461,7 @@ static struct pl022_ssp_controller ssp0_platform_data = {

static void __init mop500_spi_init(struct device *parent)
{
db8500_add_ssp0(parent, &ssp0_platform_data);
db8500_add_ssp0(parent, &ssp0_plat);
}

#ifdef CONFIG_STE_DMA40
Expand Down Expand Up @@ -749,6 +749,7 @@ struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", &uart0_plat),
OF_DEV_AUXDATA("arm,pl011", 0x80121000, "uart1", &uart1_plat),
OF_DEV_AUXDATA("arm,pl011", 0x80007000, "uart2", &uart2_plat),
OF_DEV_AUXDATA("arm,pl022", 0x80002000, "ssp0", &ssp0_plat),
{},
};

Expand Down Expand Up @@ -804,7 +805,6 @@ static void __init u8500_init_machine(void)
hrefv60_sdi_init(parent);
}
mop500_i2c_init(parent);
mop500_spi_init(parent);

i2c_register_board_info(0, mop500_i2c0_devices, i2c0_devs);
i2c_register_board_info(2, mop500_i2c2_devices,
Expand Down

0 comments on commit 6b8b9b3

Please sign in to comment.