From patchwork Tue Jul 19 07:51:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Guojun X-Patchwork-Id: 9236269 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0C25860574 for ; Tue, 19 Jul 2016 07:53:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F30DB20246 for ; Tue, 19 Jul 2016 07:53:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E7A4E2094F; Tue, 19 Jul 2016 07:53:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 958EB20246 for ; Tue, 19 Jul 2016 07:53:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752687AbcGSHws (ORCPT ); Tue, 19 Jul 2016 03:52:48 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:39979 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752408AbcGSHwr (ORCPT ); Tue, 19 Jul 2016 03:52:47 -0400 Received: from 172.24.1.60 (EHLO szxeml422-hub.china.huawei.com) ([172.24.1.60]) by szxrg03-dlp.huawei.com (MOS 4.4.3-GA FastPath queued) with ESMTP id CFA02659; Tue, 19 Jul 2016 15:52:06 +0800 (CST) Received: from vm167-7.huawei.com (10.177.167.7) by szxeml422-hub.china.huawei.com (10.82.67.152) with Microsoft SMTP Server id 14.3.235.1; Tue, 19 Jul 2016 15:51:55 +0800 From: Jin Guojun To: , , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH 2/2] Enable SD UHS mode for hikey-mainline-rebase Date: Tue, 19 Jul 2016 15:51:53 +0800 Message-ID: <1468914713-63347-2-git-send-email-kid.jin@hisilicon.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1468914713-63347-1-git-send-email-kid.jin@hisilicon.com> References: <1468914713-63347-1-git-send-email-kid.jin@hisilicon.com> MIME-Version: 1.0 X-Originating-IP: [10.177.167.7] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090205.578DDC29.006F, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 399445009a9a34fa602240051d1ee818 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: j00226943 One more changes: Enable SDR12 SDR25 SDR50 SDR104 in DTS to support UHS for SD Card Signed-off-by: Jin Guojun --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index 189d215..33f204f 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -761,6 +761,10 @@ card-detect-delay = <200>; hisilicon,peripheral-syscon = <&ao_ctrl>; cap-sd-highspeed; + sd-uhs-sdr12; + sd-uhs-sdr25; + sd-uhs-sdr50; + sd-uhs-sdr104; reg = <0x0 0xf723e000 0x0 0x1000>; interrupts = <0x0 0x49 0x4>; #address-cells = <0x1>;