Commit 6f0243a1 authored by Daniel Mack's avatar Daniel Mack Committed by Haojian Zhuang

ARM: pxa: ssp: provide platform_device_id for PXA3xx

Provide an explicit match string for PXA3xx SSP ports.

Without this match string, SSP0/SSP1/SSP2 in PXA3xxx will be consided as
PXA27x SSP Port.
Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent 7d1311b9
...@@ -258,6 +258,7 @@ static const struct platform_device_id ssp_id_table[] = { ...@@ -258,6 +258,7 @@ static const struct platform_device_id ssp_id_table[] = {
{ "pxa25x-ssp", PXA25x_SSP }, { "pxa25x-ssp", PXA25x_SSP },
{ "pxa25x-nssp", PXA25x_NSSP }, { "pxa25x-nssp", PXA25x_NSSP },
{ "pxa27x-ssp", PXA27x_SSP }, { "pxa27x-ssp", PXA27x_SSP },
{ "pxa3xx-ssp", PXA3xx_SSP },
{ "pxa168-ssp", PXA168_SSP }, { "pxa168-ssp", PXA168_SSP },
{ "pxa910-ssp", PXA910_SSP }, { "pxa910-ssp", PXA910_SSP },
{ }, { },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment