From patchwork Tue May 15 09:57:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 913526 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="qU+xDz1g"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40lY1H5h54z9s1R for ; Tue, 15 May 2018 19:58:43 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752747AbeEOJ6E (ORCPT ); Tue, 15 May 2018 05:58:04 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:41557 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728AbeEOJ6B (ORCPT ); Tue, 15 May 2018 05:58:01 -0400 Received: by mail-wr0-f195.google.com with SMTP id g21-v6so15296456wrb.8 for ; Tue, 15 May 2018 02:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Hugn3UQj6gjGgjJ8GhibfwKjZ7qgvy5nrT1Rolk16N4=; b=qU+xDz1gz0QbcQTplp2oz+PgT3yEvemg9vZraHcDz4/CPTM2pez24hhqDAkWX1DIX2 c8RLry4oNwy8rqC8zrbEqPFP760MUYOl1WIaJOZaVt33vXb7CYTidB2u6AdrGZu/XwAS MG8dMcWQDcHIRqySo/VSs9gSsVejO1Y5nhCb5l6T8+HTnBaH9usL03gtNjVv8bcMitOj 44ji4CPrtuYm5SPOvFSmgJG5VVhas0vaL2jsRuJXM2RtqixV6cEbPZ51FH8VUXCxAlg6 BSTIF2coSeYYg16PuLgmAVs2KXeSDh3GJ5xx6ipzXYfJQOAk7QkkJH4JlrDkTLhlNUxw zpMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Hugn3UQj6gjGgjJ8GhibfwKjZ7qgvy5nrT1Rolk16N4=; b=jcNQHKAamlHQEQVIHlsP3xb0Wt32TyV1pdq7+9zSG++5i7KI+P0hXnk1YQyyAs7QrE jWgNtC5YH1vymDBzCzhXjkAYV9ns9eQtorzvrDFs4STbeqh7jueWQmPDDTgN8LEaFie/ RQhubzKvHJBlkpWemxdnECQ3mwRE6HHTInvzzR9pJPoJxd5AdOMivcfdSmaIiSve9rve Syo225WPBwKr/S+dhGLogx3qz+YFIgOKOHpUr3ZZ5qyQOE3UuvRVSqmg0b+BNmmCiL6p D22A5L+YD3DWcS/oUcZ/h25Ox5ETE8dOwhC7klz0U5nULUe8QkWrvmWjfiSrHWYL95h7 xqog== X-Gm-Message-State: ALKqPwej7jqN4mx/ozzN5vbz0/k26vfKFKra2i4BWEU7/3R3zuxUpwQb z3SU2SIYOhJ6TztJIJdZuJLP2g== X-Google-Smtp-Source: AB8JxZpelunEUT2M874OgO3jq5mgidN0H50nzQc6Hm9YR4lbjQbG8VaPPKOKxYF960uHb6831LQBJA== X-Received: by 2002:adf:a9aa:: with SMTP id b39-v6mr10227654wrd.36.1526378280172; Tue, 15 May 2018 02:58:00 -0700 (PDT) Received: from boomer.baylibre.local ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id 75-v6sm17253263wmw.37.2018.05.15.02.57.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 May 2018 02:57:59 -0700 (PDT) From: Jerome Brunet To: Ulf Hansson , Carlo Caione , Kevin Hilman , Rob Herring , Mark Rutland Cc: Jerome Brunet , devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: mmc: meson-gx: add reset Date: Tue, 15 May 2018 11:57:47 +0200 Message-Id: <20180515095748.6794-2-jbrunet@baylibre.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180515095748.6794-1-jbrunet@baylibre.com> References: <20180515095748.6794-1-jbrunet@baylibre.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the reset to the documentation of the meson-gx mmc controller bindings. Reviewed-by: Kevin Hilman Signed-off-by: Jerome Brunet --- Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt index 50bf611a4d2c..2d54a08487f5 100644 --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt @@ -19,6 +19,7 @@ Required properties: "clkin1" - Other parent clock of internal mux The driver has an internal mux clock which switches between clkin0 and clkin1 depending on the clock rate requested by the MMC core. +- resets : phandle of the internal reset line Example: @@ -29,4 +30,5 @@ Example: clocks = <&clkc CLKID_SD_EMMC_A>, <&xtal>, <&clkc CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; pinctrl-0 = <&emmc_pins>; + resets = <&reset RESET_SD_EMMC_A>; };