From patchwork Fri Aug 12 08:51:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 73838 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp65443qga; Fri, 12 Aug 2016 01:51:49 -0700 (PDT) X-Received: by 10.66.33.65 with SMTP id p1mr25500233pai.30.1470991909675; Fri, 12 Aug 2016 01:51:49 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id xk3si7937522pab.97.2016.08.12.01.51.46; Fri, 12 Aug 2016 01:51:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751934AbcHLIvo (ORCPT + 7 others); Fri, 12 Aug 2016 04:51:44 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:36554 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340AbcHLIvm (ORCPT ); Fri, 12 Aug 2016 04:51:42 -0400 Received: by mail-pf0-f171.google.com with SMTP id h186so7287998pfg.3 for ; Fri, 12 Aug 2016 01:51:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=kkLPPjvqhHa/2bLmL3QidAjlKvsgfpN6ix1N5PJOldE=; b=bD9P/Hilo6lwHYgqmJtZAPvOvfQ7dJHASW1a6eAmOBjP+oX7A2g8jJ9e5seZCqQCRr eCgyMn1WKnxZAUxi1i4JHrVK14Hg0NLTkVCYVVHWfZJeoP/QT9wpW3k3e6PkemTk8fLi kZM8P7jL6jsbCb1kyEY5foYnE8gD2vkm+cpNI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=kkLPPjvqhHa/2bLmL3QidAjlKvsgfpN6ix1N5PJOldE=; b=P6K/45bIMANAyPNjnbk9TPym+UIN2rCey08g566gT6XlT4q3/D4xuIfn4osJIsXbsx FCWACHLlJyNnYCO+e6n+v2mqBh1RyxmkvtRRmzG3WTI70oZJYnX4RK//BcADmlvt8N2n mPMSeQ5KRLY5KI1dDUAOFXQC9m4qcBJ6xHcBKxOPwyusTYOrh7YhUzGNAZYpm6UMuGwf IlWgIXniwetUAy9pGxSbDQ4QvVDCXeT52X5iNXtV6zqyKA938jAIwepDywVtO4gyzY8q dlV8CTVGm/dssj99Qr/NLCXSEQyGvbv0TL8eZXP/YUTDJ1YW1ylx6zUhGSNEREeLjjGe xnPw== X-Gm-Message-State: AEkoouvsb5odHYABGVB2rAkBP3CS2Wy++yrtVeOjvYpNDsCiAFUPTUPKayNIO7m6SrpvbY8T X-Received: by 10.98.49.198 with SMTP id x189mr25429355pfx.135.1470991901296; Fri, 12 Aug 2016 01:51:41 -0700 (PDT) Received: from localhost.localdomain ([45.56.159.104]) by smtp.gmail.com with ESMTPSA id m128sm10988720pfm.42.2016.08.12.01.51.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Aug 2016 01:51:40 -0700 (PDT) From: Guodong Xu To: heiko@sntech.de, shawn.lin@rock-chips.com, jh80.chung@samsung.com, robh+dt@kernel.org, mark.rutland@arm.com, ulf.hansson@linaro.org, guodong.xu@linaro.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org Subject: [PATCH v5 1/2] Documentation: synopsys-dw-mshc: add binding for resets Date: Fri, 12 Aug 2016 16:51:25 +0800 Message-Id: <1470991886-22412-2-git-send-email-guodong.xu@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1470991886-22412-1-git-send-email-guodong.xu@linaro.org> References: <1470991886-22412-1-git-send-email-guodong.xu@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add resets property to synopsys-dw-mshc bindings. It is intended to represent the hardware reset signal present internally in some host controller IC designs. See Documentation/devicetree/bindings/reset/reset.txt for details. Signed-off-by: Guodong Xu Reviewed-by: Shawn Lin Acked-by: Rob Herring --- Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 4 ++++ 1 file changed, 4 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt index 8636f5a..4e00e85 100644 --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt @@ -39,6 +39,10 @@ Required Properties: Optional properties: +* resets: phandle + reset specifier pair, intended to represent hardware + reset signal present internally in some host controller IC designs. + See Documentation/devicetree/bindings/reset/reset.txt for details. + * clocks: from common clock binding: handle to biu and ciu clocks for the bus interface unit clock and the card interface unit clock.