Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp389454imm; Thu, 28 Jun 2018 22:52:55 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJEXBxK2Q/qw/sy/XCKAjQweedsIrW4fuT+mDfFiIaDDztc6QbuzV4yu/rnThsuyvC2haNF X-Received: by 2002:a17:902:722:: with SMTP id 31-v6mr13696291pli.3.1530251575748; Thu, 28 Jun 2018 22:52:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530251575; cv=none; d=google.com; s=arc-20160816; b=e7Hzz+R4u+TUrOh+1ehmk3tGszFsWtMrMwnJmAi7/YtjmQd5sKrLVJjNqKpvaqXsIg a4+wtoGHa0LixABgE9gIjk0oyDEYYGpbmcmAHhy/KQwrRD3u+ubRHl46ih70ZfeuW8xO mhS2BUsIjyi9+oRiZ40gbyO3GvSBJkAUoJok2LxV+PqSRORRRlSRtpYYFl6ZFT0MJF4K m5fNpHbRpGpSFGELPZ7+zwWBOcKaOI0CIGJ9cic0rboSuM7cQ0QprxePdYytD3UivXHx TrzQ5hBWrgiF3TPNmVPKGis8JYZlwQe2uvJMpDiV1Qgph2XbeiAivnhbn7cNkljtbVWm r8vg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=7GRDnB8BsEAi48fXkLcY89Yw7y3nMIQtZN/JVDQuDW4=; b=cETwt2biQpq6pFf1s3aaKayZ9hQLGyyCRAqptCk/5f2I73WZPWNQuaIoZRg4LG5+Vp 4PTsk37NrHkigDxMd5uxEi4/suWr+wgIBTu2wHI/mIdxrj8nWtUW6IokDRckPN6KhdXQ P1JU/WOpNas5nHP5iPn4RHVFviaCbN6HjCEJ6ehUuVAgIwI+DA7LdxBNUJRllExmT3dw PZHQIo4pHv1qRxenGWhBVv3eqjzWU5cVkOyQw5W3Yk+2EbXlfNhyI9mxz6go9EkbHUhz 7Xc3W4ge7ktN1DA42SDsxB1/AHoPzkY30NSNHcT2MDeYi5/Xb1y0kuddQXh+lydNxglW 0U3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l63-v6si8566502plb.106.2018.06.28.22.52.27; Thu, 28 Jun 2018 22:52:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753904AbeF1UZ4 (ORCPT + 99 others); Thu, 28 Jun 2018 16:25:56 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:9136 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752642AbeF1UZz (ORCPT ); Thu, 28 Jun 2018 16:25:55 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 2B679D84EA5C0; Fri, 29 Jun 2018 04:25:42 +0800 (CST) Received: from [127.0.0.1] (10.47.90.156) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.382.0; Fri, 29 Jun 2018 04:25:38 +0800 Subject: Re: [PATCH] arm64: dts: hikey: Define wl1835 power capabilities To: Ryan Grachek References: <20180613151305.17240-1-ryan@edited.us> CC: Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , , , From: Wei Xu Message-ID: <5B35443B.2060903@hisilicon.com> Date: Thu, 28 Jun 2018 21:25:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20180613151305.17240-1-ryan@edited.us> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.47.90.156] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ryan, On 2018/6/13 16:13, Ryan Grachek wrote: > These properties are required for compatibility with runtime PM. > Without these properties, MMC host controller will not be aware > of power capabilities. When the wlcore driver attempts to power > on the device, it will erroneously fail with -EACCES. > > Signed-off-by: Ryan Grachek > --- Applied to hisilicon fix tree. Thanks! Best Regards, 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 38f881955217..c5feca8cd10b 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts > @@ -323,6 +323,8 @@ > bus-width = <0x4>; > cap-sd-highspeed; > non-removable; > + cap-power-off-card; > + keep-power-in-suspend; > vmmc-supply = <®_vdd_3v3>; > mmc-pwrseq = <&wl1835_pwrseq>; > >