commit | 29b533ce31c591d48132896309060935a8b22613 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Jan 29 15:54:13 2019 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Tue Jan 29 23:44:03 2019 +0530 |
tree | 852ee574cde71038c236fb61d617139bad5356a4 | |
parent | 64e2a7472602a0196c6651d2b9939a38784d109d [diff] |
mmc: sunxi: Add DM clk and reset support Now that we have the gate clocks and the reset gates in our new Allwinner clock driver, let's make use of them in the MMC driver, when DM_MMC is defined. We treat the reset device as optional now, as the older SoCs don't implement it. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jagan Teki <jagan@openedev.com>