[PATCH 0/4] mmc: add support for bcm63158

Philippe Reynes philippe.reynes at softathome.com
Wed Apr 13 19:13:39 CEST 2022


This serie adds the support of mmc for bcm63158.
The first commit adds a driver that support sdhci
on bcm63158. The two next commits add support of
mmc in the device tree, and the last one enables
the support of mmc and gpt for the reference board
bcm963158.


Philippe Reynes (4):
  drivers: mmc: bcm63158_sdhci: initial support
  arch: arm: dts: bcm63158.dtsi: add mmc support
  arch: arm: dts: bcm963158.dts: enable sdhci support
  configs: bcm963158_ram_defconfig: enable mmc and gpt support

 arch/arm/dts/bcm63158.dtsi      |   9 ++
 arch/arm/dts/bcm963158.dts      |   4 +
 configs/bcm963158_ram_defconfig |   8 +-
 drivers/mmc/Kconfig             |  12 +++
 drivers/mmc/Makefile            |   1 +
 drivers/mmc/bcm63158_sdhci.c    | 153 ++++++++++++++++++++++++++++++++
 6 files changed, 184 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/bcm63158_sdhci.c

-- 
2.25.1



More information about the U-Boot mailing list