Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753362AbcKISY3 (ORCPT ); Wed, 9 Nov 2016 13:24:29 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:33154 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685AbcKISY1 (ORCPT ); Wed, 9 Nov 2016 13:24:27 -0500 Date: Wed, 9 Nov 2016 12:24:24 -0600 From: Rob Herring To: Jaehoon Chung Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, ulf.hansson@linaro.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, john.stultz@linaro.org, guodong.xu@linaro.org, leo.yan@linaro.org, vincent.guittot@linaro.org Subject: Re: [PATCH 1/2] Documentation: synopsys-dw-mshc: add binding for reset-names Message-ID: <20161109182424.5eais27okcsdmdzx@rob-hp-laptop> References: <20161031024942.4415-1-jh80.chung@samsung.com> <20161031024942.4415-2-jh80.chung@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161031024942.4415-2-jh80.chung@samsung.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1221 Lines: 27 On Mon, Oct 31, 2016 at 11:49:41AM +0900, Jaehoon Chung wrote: > Add reset-names property for binding dw-mmc controller. > It might be used together with "reset" property. > - Note: It must be "reset" as name. > > Fixes: d6786fefe816 ("mmc: dw_mmc: add reset support to dwmmc host controller") > > Signed-off-by: Jaehoon Chung > --- > Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt > index 4e00e85..bfa461a 100644 > --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt > +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt > @@ -43,6 +43,9 @@ Optional properties: > reset signal present internally in some host controller IC designs. > See Documentation/devicetree/bindings/reset/reset.txt for details. > > +* reset-names: request name for using "resets" property. Must be "reset". > + (It will be used together with "resets" property.) There is no point in having names for a single reset. This should be fixed in the kernel only if this causes a problem. Rob