diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-10-10 20:09:29 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-11 17:28:04 +0300 |
commit | 87ae1d2d70772d661162de03e56c8d1cc5f12650 (patch) | |
tree | bd6c3e470eea67a8523d1eb783263d53266047d7 /include/linux/pxa2xx_ssp.h | |
parent | 55ef8262f2b1b31762b045b14182db3cc8f607d1 (diff) | |
download | linux-87ae1d2d70772d661162de03e56c8d1cc5f12650.tar.xz |
spi: pxa2xx: Add devicetree support
The MMP2 platform, that uses device tree, has this controller. Let's add
devicetree alongside platform & PCI.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/pxa2xx_ssp.h')
-rw-r--r-- | include/linux/pxa2xx_ssp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h index 262e1f318836..979087e021f3 100644 --- a/include/linux/pxa2xx_ssp.h +++ b/include/linux/pxa2xx_ssp.h @@ -196,6 +196,7 @@ enum pxa_ssp_type { PXA27x_SSP, PXA3xx_SSP, PXA168_SSP, + MMP2_SSP, PXA910_SSP, CE4100_SSP, QUARK_X1000_SSP, |