projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a38b8
)
sh: mach-ecovec24: setup.c detailed correction
author
Kuninori Morimoto
<
[email protected]
>
Thu, 24 Dec 2009 05:27:47 +0000
(
05:27
+0000)
committer
Paul Mundt
<
[email protected]
>
Thu, 24 Dec 2009 05:59:51 +0000
(14:59 +0900)
o remove unused define
o add device name comment
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
arch/sh/boards/mach-ecovec24/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/mach-ecovec24/setup.c
b/arch/sh/boards/mach-ecovec24/setup.c
index 194aaca22d4758e4860e22596c3945e3091a1227..6a8861b39f05cd169138c9dbf5c5a254ad236a8a 100644
(file)
--- a/
arch/sh/boards/mach-ecovec24/setup.c
+++ b/
arch/sh/boards/mach-ecovec24/setup.c
@@
-128,8
+128,6
@@
static struct platform_device nor_flash_device = {
/* SH Eth */
#define SH_ETH_ADDR (0xA4600000)
-#define SH_ETH_MAHR (SH_ETH_ADDR + 0x1C0)
-#define SH_ETH_MALR (SH_ETH_ADDR + 0x1C8)
static struct resource sh_eth_resources[] = {
[0] = {
.start = SH_ETH_ADDR,
@@
-509,6
+507,7
@@
static struct platform_device sdhi1_device = {
#else
+/* MMC SPI */
static int mmc_spi_get_ro(struct device *dev)
{
return gpio_get_value(GPIO_PTY6);
@@
-542,6
+541,7
@@
static struct spi_board_info spi_bus[] = {
},
};
+/* MSIOF0 */
static struct sh_msiof_spi_info msiof0_data = {
.num_chipselect = 1,
};