From: Alim Akhtar Date: Fri, 6 Nov 2015 03:06:40 +0000 (+0530) Subject: arm64: dts: Enable HS200 mode operation on exynos7-espresso X-Git-Tag: v4.5-rc1~42^2~16^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fe5dc4873663fc4cfbdae7a45a1b4378a2d7993;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: Enable HS200 mode operation on exynos7-espresso This patch enables HS200 mode operation on Exynos7 based Espresso board. This also removes _broken-cd_ property as per mmc binding documentation which says one of the properties between broken-cd and non-removable should be used. And we already use _non-removable_ as emmc is mounted on the board which is a non-removable device. Signed-off-by: Alim Akhtar Reviewed-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index f5a3da50ac577..d8767b00862e1 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -333,8 +333,8 @@ &mmc_0 { status = "okay"; num-slots = <1>; - broken-cd; cap-mmc-highspeed; + mmc-hs200-1_8v; non-removable; card-detect-delay = <200>; clock-frequency = <800000000>;