[PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6
From: Ulf Hansson <hidden>
Date: 2018-05-02 12:55:03
Also in:
linux-devicetree, linux-mmc, lkml
From: Ulf Hansson <hidden>
Date: 2018-05-02 12:55:03
Also in:
linux-devicetree, linux-mmc, lkml
On 26 April 2018 at 16:07, Icenowy Zheng [off-list ref] wrote:
The new Allwinner H6 SoC have 3 MMC controllers. The first and second ones are similar to the ones on A64, but the third one adds EMCE (Embedded Crypto Engine) support which does hardware transparent crypto on the eMMC. As we still do not have support for EMCE, and the support of it is disabled by defualt, we just duplicate the A64 mmc configurations and change the compatible string. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> --- Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | 2 ++
DT doc changes in separate patches please!
drivers/mmc/host/sunxi-mmc.c | 16 ++++++++++++++++ 2 files changed, 18 insertions(+)
Kind regards Uffe