All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] arm64: armada-37xx: espressobin: enable SD card and network
@ 2020-04-30 13:12 Peter Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Vollmer @ 2020-04-30 13:12 UTC (permalink / raw)
  To: u-boot

activate MMC_BROKEN_CD because drivers/mmc/mvebu_mmc.c does not
yet follow the driver model, so the card detection GPIO is not polled.

activate network switch, tested with bootp and random MAC generation

Signed-off-by: Peter Vollmer <peter.vollmer@gmail.com>
---
 configs/mvebu_espressobin-88f3720_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configs/mvebu_espressobin-88f3720_defconfig
b/configs/mvebu_espressobin-88f3720_defconfig
index 01b6120149..71ff2cee99 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -48,14 +48,16 @@ CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_XENON=y
+CONFIG_MMC_BROKEN_CD=y
 CONFIG_MTD=y
 CONFIG_SF_DEFAULT_MODE=0
 CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
+CONFIG_MVNETA=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_PHYLIB=y
-CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y
 CONFIG_E1000=y
 CONFIG_PCI=y
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] arm64: armada-37xx: espressobin: enable SD card and network
@ 2020-05-04  6:08 Peter Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Vollmer @ 2020-05-04  6:08 UTC (permalink / raw)
  To: u-boot

activate MMC_BROKEN_CD because drivers/mmc/mvebu_mmc.c does not
yet follow the driver model, so the card detection GPIO is not polled.

activate network switch, tested with bootp and random MAC generation

Signed-off-by: Peter Vollmer <peter.vollmer@gmail.com>
---
 configs/mvebu_espressobin-88f3720_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configs/mvebu_espressobin-88f3720_defconfig
b/configs/mvebu_espressobin-88f3720_defconfig
index 01b6120149..71ff2cee99 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -48,14 +48,16 @@ CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_XENON=y
+CONFIG_MMC_BROKEN_CD=y
 CONFIG_MTD=y
 CONFIG_SF_DEFAULT_MODE=0
 CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
+CONFIG_MVNETA=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_PHYLIB=y
-CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y
 CONFIG_E1000=y
 CONFIG_PCI=y
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-04  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 13:12 [PATCH 2/2] arm64: armada-37xx: espressobin: enable SD card and network Peter Vollmer
2020-05-04  6:08 Peter Vollmer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.