spi: pxa2xx: Keep PXA*_SSP types together
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 26 Mar 2024 18:07:52 +0000 (20:07 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 26 Mar 2024 19:34:12 +0000 (19:34 +0000)
Keep the PXA*_SSP types together in enum pxa_ssp_type
for better maintenance.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240326181027.1418989-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/pxa2xx_ssp.h

index cd1973e6ac4b46e003340e971b503fa5da27ef6a..844a2743ca94cbb35ac1d1caac00f0d7063b53f9 100644 (file)
@@ -217,9 +217,9 @@ enum pxa_ssp_type {
        PXA27x_SSP,
        PXA3xx_SSP,
        PXA168_SSP,
-       MMP2_SSP,
        PXA910_SSP,
        CE4100_SSP,
+       MMP2_SSP,
        MRFLD_SSP,
        QUARK_X1000_SSP,
        /* Keep LPSS types sorted with lpss_platforms[] */