commit | 044725febbdf584bfd26ef03d12343a93ab83128 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Jan 23 18:05:22 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:32 2018 -0500 |
tree | ab13d769f9e70fc70995e366cf76d00ccf7943d7 | |
parent | fce8e5c0a77fb511f6f905d8db02961f79bbf9b0 [diff] |
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>