Skip to content
Snippets Groups Projects
Commit e4b3bbe3 authored by Eric Miao's avatar Eric Miao
Browse files

ARM: pxa168/gplugd: add the correct SSP device


There is no SSP0, but SSP1 is used on gplugd as an I2S port.

Acked-by: default avatarTanmay Upadhyay <tanmay.upadhyay@einfochips.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 22f4cb4b
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ static void __init gplugd_init(void) ...@@ -182,7 +182,7 @@ static void __init gplugd_init(void)
/* on-chip devices */ /* on-chip devices */
pxa168_add_uart(3); 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_twsi(0, NULL, ARRAY_AND_SIZE(gplugd_i2c_board_info));
pxa168_add_eth(&gplugd_eth_platform_data); pxa168_add_eth(&gplugd_eth_platform_data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment