Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp364490imm; Thu, 28 Jun 2018 22:17:03 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKLzeA6/P/4vLrxRpRns0EpI080HnWGf4KCQVoENenq54zVZf3CiC2mvDoTw0VCiG3p2849 X-Received: by 2002:a65:4dc3:: with SMTP id q3-v6mr11191220pgt.331.1530249423237; Thu, 28 Jun 2018 22:17:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530249423; cv=none; d=google.com; s=arc-20160816; b=1DxqY+aQpKfnQhm+HYfqPucCWLKWETO0G1tg3gTBkG9Y7eJJJdLD43AA60ZL+DnrM9 wRrEEwt2ZE7h1RYulPaxn40FzDfytONzrUPC/kNJlQ7nBx1Iry4L2ViE1hy2Um9tVIFq BjNrKs43flDXoeLhPn+mOiif5j1+Q5/jCMNCvC4FpnIB3E55TW3BA/YaywE8rkwDhD0M lXSzNGKqBgD3F+xL0IS/Gz9qhVL16QoihCtWnX1YDIv7J1GNLkOaaNjUA5I65hD6B7vh ld57ALJZIoGSr7ZDxIVX2ajmgZ32oMwi54Irr8jAl6vEwVNGxKD1fzurohGbs8jIiOrM qqTg== 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=fjhFDoRYVfJ+EQPrBT6Sx/qB+Msw1i5KVJamchUBWZs=; b=yi7HuA+f+Kuyt5wNKdPPuUj6O0gyD1peLfDHo4rsFvtIEiSOyFGX0Cqwje1aH3YfF/ fgMaNOzDm5Thonu5ODDgW9b08GbgcS3DyKJxVLLV/vXyrn63bb37CTdatQvt4vY7ad0T /CeIwXB5oorQKCKE8dkXiYz25Y3kvhGNDt52funWLBTcDV8zegHyf4cyXp99i5UU7JIV i+umWfqFf6fL557uFfrupbKPx56GujDRnsBqYpQviB7n7jWN76odSDPo5Q6fbHVQEXCp J5XuKXE6zuOZoCooK06RTQlfwUP1rPbAFQKDExOGnltFFfaBn46zW2pXYTFEIbtHagt6 IDFQ== 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 b2-v6si8430911plz.118.2018.06.28.22.16.48; Thu, 28 Jun 2018 22:17:03 -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 S1754632AbeF1U1D (ORCPT + 99 others); Thu, 28 Jun 2018 16:27:03 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:9185 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753654AbeF1U1C (ORCPT ); Thu, 28 Jun 2018 16:27:02 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 0EA76C990AF37; Fri, 29 Jun 2018 04:26:49 +0800 (CST) Received: from [127.0.0.1] (10.47.90.156) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.382.0; Fri, 29 Jun 2018 04:26:48 +0800 Subject: Re: [PATCH] arm64: dts: hikey960: Define wl1837 power capabilities To: Ryan Grachek References: <20180613180321.16745-1-ryan@edited.us> CC: , Rob Herring , "Mark Rutland" , Catalin Marinas , Will Deacon , , , From: Wei Xu Message-ID: <5B354481.5080207@hisilicon.com> Date: Thu, 28 Jun 2018 21:26:41 +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: <20180613180321.16745-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 19:03, 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. This fixes > a regression found here: https://lkml.org/lkml/2018/6/12/930 > > Signed-off-by: Ryan Grachek > --- Applied to hisilicon fix tree. Thanks! Best Regards, Wei > arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts > index c6999624ed8a..68c5a6c819ae 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts > @@ -585,6 +585,8 @@ > vmmc-supply = <&wlan_en>; > ti,non-removable; > non-removable; > + cap-power-off-card; > + keep-power-in-suspend; > #address-cells = <0x1>; > #size-cells = <0x0>; > status = "ok"; >