From: Chen-Yu Tsai Date: Thu, 21 Jan 2016 05:26:38 +0000 (+0800) Subject: ARM: dts: sun8i: sina33: Enable hardware reset and HS-DDR for eMMC X-Git-Tag: v4.14-rc1~3592^2~11^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74124439b93065c35b840f381bb26f61452c18e5;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: sun8i: sina33: Enable hardware reset and HS-DDR for eMMC mmc2 has a special pin for eMMC hardware reset, which is controllable from the controller. Add the "mmc-cap-hw-reset" property to denote that this controller supports this function, and the pins are actually used. Also increase the signal drive strength for mmc2 pins, for HS-DDR mode support. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts index 13ce68f..bd2a3be 100644 --- a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts +++ b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts @@ -109,10 +109,13 @@ vmmc-supply = <®_vcc3v0>; bus-width = <8>; non-removable; + cap-mmc-hw-reset; status = "okay"; }; &mmc2_8bit_pins { + /* Increase drive strength for DDR modes */ + allwinner,drive = ; /* eMMC is missing pull-ups */ allwinner,pull = ; };