|
|
|
@ -3,13 +3,13 @@ |
|
|
|
|
@@ -25,6 +25,9 @@ config TARGET_LSXL
|
|
|
|
|
config TARGET_POGO_E02
|
|
|
|
|
bool "pogo_e02 Board"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+config TARGET_POGOPLUGV4
|
|
|
|
|
+ bool "Pogoplug V4 Board"
|
|
|
|
|
+
|
|
|
|
|
config TARGET_DNS325
|
|
|
|
|
bool "dns325 Board"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -77,6 +80,7 @@ source "board/Marvell/guruplug/Kconfig"
|
|
|
|
|
source "board/Marvell/sheevaplug/Kconfig"
|
|
|
|
|
source "board/buffalo/lsxl/Kconfig"
|
|
|
|
@ -22,11 +22,11 @@ |
|
|
|
|
+++ b/arch/arm/mach-kirkwood/include/mach/kw88f6192.h
|
|
|
|
|
@@ -16,6 +16,6 @@
|
|
|
|
|
#define KW_REGS_PHY_BASE KW88F6192_REGS_PHYS_BASE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* TCLK Core Clock defination */
|
|
|
|
|
-#define CONFIG_SYS_TCLK 166000000 /* 166MHz */
|
|
|
|
|
+#define CONFIG_SYS_TCLK 166666667 /* 166MHz */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* _CONFIG_KW88F6192_H */
|
|
|
|
|
--- a/arch/arm/mach-kirkwood/include/mach/mpp.h
|
|
|
|
|
+++ b/arch/arm/mach-kirkwood/include/mach/mpp.h
|
|
|
|
@ -35,12 +35,12 @@ |
|
|
|
|
#define MPP33_TDM_DTX MPP( 33, 0x2, 0, 1, 0, 0, 1, 1 )
|
|
|
|
|
#define MPP33_GE1_13 MPP( 33, 0x3, 0, 0, 0, 1, 1, 1 )
|
|
|
|
|
+#define MPP33_SATA1_ACTn MPP( 33, 0x5, 0, 1, 0, 1, 1, 1 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define MPP34_GPIO MPP( 34, 0x0, 1, 1, 0, 1, 1, 1 )
|
|
|
|
|
#define MPP34_TDM_SPI_CS1 MPP( 34, 0x2, 0, 1, 0, 0, 1, 1 )
|
|
|
|
|
#define MPP34_GE1_14 MPP( 34, 0x3, 0, 0, 0, 1, 1, 1 )
|
|
|
|
|
+#define MPP34_SATA1_ACTn MPP( 34, 0x5, 0, 1, 0, 1, 1, 1 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define MPP35_GPIO MPP( 35, 0x0, 1, 1, 1, 1, 1, 1 )
|
|
|
|
|
#define MPP35_TDM_CH0_TX_QL MPP( 35, 0x2, 0, 1, 0, 0, 1, 1 )
|
|
|
|
|
--- /dev/null
|
|
|
|
@ -619,7 +619,7 @@ |
|
|
|
|
obj-$(CONFIG_MMC_SDHCI_XENON) += xenon_sdhci.o
|
|
|
|
|
obj-$(CONFIG_MMC_SDHCI_ZYNQ) += zynq_sdhci.o
|
|
|
|
|
+obj-$(CONFIG_KIRKWOOD_MMC) += kirkwood_mmc.o
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_MMC_SUNXI) += sunxi_mmc.o
|
|
|
|
|
obj-$(CONFIG_MMC_UNIPHIER) += uniphier-sd.o
|
|
|
|
|
--- /dev/null
|
|
|
|
@ -1112,7 +1112,7 @@ |
|
|
|
|
@@ -117,4 +117,10 @@
|
|
|
|
|
#define CONFIG_MTD_PARTITIONS
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+/*
|
|
|
|
|
+ * Kirkwood MMC
|
|
|
|
|
+ */
|
|
|
|
|