projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
ARM: pxa: ssp: provide platform_device_id for PXA3xx
author
Daniel Mack
<zonque@gmail.com>
Wed, 13 Aug 2014 19:59:18 +0000
(21:59 +0200)
committer
Haojian Zhuang
<haojian.zhuang@linaro.org>
Thu, 18 Sep 2014 17:56:02 +0000
(
01:56
+0800)
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: Daniel Mack <zonque@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
arch/arm/plat-pxa/ssp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-pxa/ssp.c
b/arch/arm/plat-pxa/ssp.c
index 3ea02903d75af6a86cfda0abbc7d7532139f3e9e..1f5ee17a10e8e10054a33c3981e7851377600a8f 100644
(file)
--- a/
arch/arm/plat-pxa/ssp.c
+++ b/
arch/arm/plat-pxa/ssp.c
@@
-258,6
+258,7
@@
static const struct platform_device_id ssp_id_table[] = {
{ "pxa25x-ssp", PXA25x_SSP },
{ "pxa25x-nssp", PXA25x_NSSP },
{ "pxa27x-ssp", PXA27x_SSP },
+ { "pxa3xx-ssp", PXA3xx_SSP },
{ "pxa168-ssp", PXA168_SSP },
{ "pxa910-ssp", PXA910_SSP },
{ },