diff options
author | Alexander Graf <agraf@suse.de> | 2018-01-23 18:05:22 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:32 -0500 |
commit | c8a73a26d6dd9b7d489e66529fe1412425d8f2d1 (patch) | |
tree | ab13d769f9e70fc70995e366cf76d00ccf7943d7 /MAINTAINERS | |
parent | caf2233b281c03e3e359061a3dfa537d8a25c273 (diff) | |
download | u-boot-c8a73a26d6dd9b7d489e66529fe1412425d8f2d1.tar.gz |
mmc: Add bcm2835 sdhost controller
The BCM2835 family of SoCs has 2 different SD controllers: One based on
the SDHCI spec and a custom, home-grown one.
This patch implements a driver for the latter based on the Linux driver.
This is needed so that we can make use of device trees that assume driver
presence of both SD controllers.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa161c819a..af9965a8d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -97,6 +97,7 @@ S: Orphaned (Since 2017-07) F: arch/arm/mach-bcm283x/ F: drivers/gpio/bcm2835_gpio.c F: drivers/mmc/bcm2835_sdhci.c +F: drivers/mmc/bcm2835_sdhost.c F: drivers/serial/serial_bcm283x_mu.c F: drivers/video/bcm2835.c F: include/dm/platform_data/serial_bcm283x_mu.h |