From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5750CC43141 for ; Thu, 28 Jun 2018 20:25:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F252A2791C for ; Thu, 28 Jun 2018 20:25:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F252A2791C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754314AbeF1UZ4 (ORCPT ); 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>; > >