From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946719AbeCBQDH (ORCPT ); Fri, 2 Mar 2018 11:03:07 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:55302 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1423736AbeCBQDG (ORCPT ); Fri, 2 Mar 2018 11:03:06 -0500 Subject: Re: [PATCH] arm64: dts: hikey: Enable HS200 mode on eMMC To: oscardagrach References: <20180117203531.17152-1-ryan@edited.us> CC: Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , , , From: Wei Xu Message-ID: <5A9975A9.6050409@hisilicon.com> Date: Fri, 2 Mar 2018 16:02:49 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20180117203531.17152-1-ryan@edited.us> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.47] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ryan, On 2018/1/17 20:35, oscardagrach wrote: > According to the hi6220 datasheet, the MMC controller is JEDEC eMMC 4.5 > compliant, in addition to supporting a clock of up to 150MHz. The Hikey > schematic also indicates the device utilizes 1.8v signaling. Define these > parameters in the device tree to enable HS200 mode. > > Signed-off-by: Ryan Grachek > --- Applied into hisilicon dt tree. Thanks! BR, Wei > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > index 3aee6123d161..964e43e05ac6 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > @@ -299,7 +299,9 @@ > /* GPIO blocks 16 thru 19 do not appear to be routed to pins */ > > dwmmc_0: dwmmc0@f723d000 { > + max-frequency = <150000000>; > cap-mmc-highspeed; > + mmc-hs200-1_8v; > non-removable; > bus-width = <0x8>; > vmmc-supply = <&ldo19>; >