From b06afc1fe330d5f3555c1279aa0241a7afb6d22e Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Tue, 31 May 2016 16:25:19 +0800 Subject: [PATCH] ARM: dts: rk3036: add the supports-emmc for emmc property I don't need send for upstream since the rockchip inside kernel need it for tuning. At least the upstream can work it with dwmmc. Change-Id: Ia9f0836624e8ef1df225dbc6ad1792ec4fb2abbd Signed-off-by: Caesar Wang --- arch/arm/boot/dts/rk3036-echo.dts | 2 ++ arch/arm/boot/dts/rk3036-kylin.dts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-echo.dts b/arch/arm/boot/dts/rk3036-echo.dts index 5dbb96bfadf9..0d0b43829162 100644 --- a/arch/arm/boot/dts/rk3036-echo.dts +++ b/arch/arm/boot/dts/rk3036-echo.dts @@ -153,6 +153,8 @@ }; &emmc { + no-sdio; + no-sd; status = "okay"; }; diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index 452f5afcfe4b..df3d5b0d8d87 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -102,6 +102,8 @@ }; &emmc { + no-sdio; + no-sd; status = "okay"; };