Guillaume GARDET
c8ce9a56ae
- Remove ls1012afrdmqspi flavor since it has been removed upstream with commit b60274e6900ed1b08ad41f6d7fdebb2726ded108 - Update to 2024.01 OBS-URL: https://build.opensuse.org/request/show/1138155 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=203
26 lines
809 B
Diff
26 lines
809 B
Diff
From 1133dd0e65418bac47257e742de89cf8310b2ec0 Mon Sep 17 00:00:00 2001
|
|
From: "Ivan T. Ivanov" <iivanov@suse.de>
|
|
Date: Fri, 15 Dec 2023 09:46:30 +0100
|
|
Subject: [PATCH] configs: rpi_arm64: enable SDHCI BCMSTB driver
|
|
|
|
RPi5 have "brcm,bcm2712-sdhci" controller which is
|
|
handled by "sdhci-bcmstb" driver, so enable it.
|
|
|
|
Signed-off-by: Ivan T. Ivanov <iivanov@suse.de>
|
|
---
|
|
configs/rpi_arm64_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
|
|
index f9dade18f6..1107fd11de 100644
|
|
--- a/configs/rpi_arm64_defconfig
|
|
+++ b/configs/rpi_arm64_defconfig
|
|
@@ -33,6 +33,7 @@ CONFIG_BCM2835_GPIO=y
|
|
CONFIG_MMC_SDHCI=y
|
|
CONFIG_MMC_SDHCI_SDMA=y
|
|
CONFIG_MMC_SDHCI_BCM2835=y
|
|
+CONFIG_MMC_SDHCI_BCMSTB=y
|
|
CONFIG_BCMGENET=y
|
|
CONFIG_PCI_BRCMSTB=y
|
|
CONFIG_PINCTRL=y
|