Skip to content

Commit

Permalink
ARM: pxa168/gplugd: add the correct SSP device
Browse files Browse the repository at this point in the history
There is no SSP0, but SSP1 is used on gplugd as an I2S port.

Acked-by: Tanmay Upadhyay <tanmay.upadhyay@einfochips.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Eric Miao committed Nov 17, 2011
1 parent 22f4cb4 commit e4b3bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mmp/gplugd.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static void __init gplugd_init(void)

/* on-chip devices */
pxa168_add_uart(3);
pxa168_add_ssp(0);
pxa168_add_ssp(1);
pxa168_add_twsi(0, NULL, ARRAY_AND_SIZE(gplugd_i2c_board_info));

pxa168_add_eth(&gplugd_eth_platform_data);
Expand Down

0 comments on commit e4b3bbe

Please sign in to comment.