diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 16:43:34 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 19:31:09 +0900 |
commit | 7c3943f6d3625a2823262842e18387c4079a3f84 (patch) | |
tree | c33b563b002803170d387f062701cdcb5e07f460 /arch/arm/mach-s5pc100/include/mach/spi-clocks.h | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) | |
download | blackbird-op-linux-7c3943f6d3625a2823262842e18387c4079a3f84.tar.gz blackbird-op-linux-7c3943f6d3625a2823262842e18387c4079a3f84.zip |
ARM: S5PC100: Define SPI platform devices
Define SPI platform devices for the SoC.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/include/mach/spi-clocks.h')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/spi-clocks.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/spi-clocks.h b/arch/arm/mach-s5pc100/include/mach/spi-clocks.h new file mode 100644 index 000000000000..65e426370bb2 --- /dev/null +++ b/arch/arm/mach-s5pc100/include/mach/spi-clocks.h @@ -0,0 +1,18 @@ +/* linux/arch/arm/mach-s5pc100/include/mach/spi-clocks.h + * + * Copyright (C) 2010 Samsung Electronics Co. Ltd. + * Jaswinder Singh <jassi.brar@samsung.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef __S5PC100_PLAT_SPI_CLKS_H +#define __S5PC100_PLAT_SPI_CLKS_H __FILE__ + +#define S5PC100_SPI_SRCCLK_PCLK 0 +#define S5PC100_SPI_SRCCLK_48M 1 +#define S5PC100_SPI_SRCCLK_SPIBUS 2 + +#endif /* __S5PC100_PLAT_SPI_CLKS_H */ |