diff options
| author | Lubomir Rintel <[email protected]> | 2018-10-10 19:09:29 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-10-11 15:28:04 +0100 |
| commit | 87ae1d2d70772d661162de03e56c8d1cc5f12650 (patch) | |
| tree | bd6c3e470eea67a8523d1eb783263d53266047d7 /include/linux | |
| parent | 55ef8262f2b1b31762b045b14182db3cc8f607d1 (diff) | |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include/linux')
| -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, |