diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 20:20:37 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 21:40:14 +0200 |
commit | 0144e3fce3d601561fb51d0362316ca745c830df (patch) | |
tree | cc6f08d2d815bab5cbc35a5684cbc53ce03c0565 /drivers/spi/spi-s3c24xx-fiq.S | |
parent | ARM: s3c64xx: remove mach/hardware.h (diff) | |
download | linux-0144e3fce3d601561fb51d0362316ca745c830df.tar.xz linux-0144e3fce3d601561fb51d0362316ca745c830df.zip |
ARM: s3c24xx: move regs-spi.h into spi driver
The file is mostly specific to the driver, the few bits that
are actually used by the platform code get moved to mach/map.h
instead.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200806182059.2431-20-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'drivers/spi/spi-s3c24xx-fiq.S')
-rw-r--r-- | drivers/spi/spi-s3c24xx-fiq.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c24xx-fiq.S b/drivers/spi/spi-s3c24xx-fiq.S index e95d6282109e..9d5f8f1e5e81 100644 --- a/drivers/spi/spi-s3c24xx-fiq.S +++ b/drivers/spi/spi-s3c24xx-fiq.S @@ -12,10 +12,12 @@ #include <mach/map.h> #include <mach/regs-irq.h> -#include <plat/regs-spi.h> #include "spi-s3c24xx-fiq.h" +#define S3C2410_SPTDAT (0x10) +#define S3C2410_SPRDAT (0x14) + .text @ entry to these routines is as follows, with the register names |