From patchwork Thu Jun 16 10:29:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xinliang Liu X-Patchwork-Id: 70170 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp185980qgy; Thu, 16 Jun 2016 03:31:22 -0700 (PDT) X-Received: by 10.107.199.199 with SMTP id x190mr6817983iof.169.1466073082651; Thu, 16 Jun 2016 03:31:22 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ix8si22687494pac.124.2016.06.16.03.31.22; Thu, 16 Jun 2016 03:31:22 -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; dkim=pass header.i=@linaro.org; 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; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754189AbcFPKbE (ORCPT + 30 others); Thu, 16 Jun 2016 06:31:04 -0400 Received: from mail-pf0-f181.google.com ([209.85.192.181]:34793 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751681AbcFPKa7 (ORCPT ); Thu, 16 Jun 2016 06:30:59 -0400 Received: by mail-pf0-f181.google.com with SMTP id h14so3712072pfe.1 for ; Thu, 16 Jun 2016 03:30:59 -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=7E26E3iD+3im2KHyPlwV/N+bbdnRLU9MPhL5CTJOQwA=; b=bPKiPTc8UzR3M5mBXiqaRfO8bi9RKwl9mE8rxVrxxqaH1XXNGSs6PlyqTH5QAsi+mQ VIoTmsIUcP0BzwF2VKw3anVVzi0r+Jf1B83shsiS1gtDp7Hj77GE23PXVM50epAcihKs 0/xpgdQ/s/coRAsnKTxs0HrRpXZ0M9Txbj0gs= 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=7E26E3iD+3im2KHyPlwV/N+bbdnRLU9MPhL5CTJOQwA=; b=V6p5gcUAacXEK0vRnI26XsS7eLAG3n37Lbpkc4lUQN0tgqmsHz46D3ys9CbVftiPsl udaQmgMpKaB7lLL7qIO43X89KVgkKgt7lcBE3VK4g1ixM1V82RRIliBKmuL1eplELeej GxNX2XPPO8BwKcDYRNs281R0LKPv2Jp1JPOwbtKcgH9MqTwJNzwq3NyG/tGIMCMAWLsu gY3mg2APlcuVCk8NdMEcu3u/juuOsBtojWv2WEkmxqDlinni1z3eL4faFO6iLfISWcXO 6n2esTBB5UZ2/bSK3CQJMid+AiMnT8PYaUgNv1URiJuvoPRfeUt6xVqoBFyK0bckYjd+ LD/g== X-Gm-Message-State: ALyK8tLwuZ1hwESP6/OAgVrPHhZt34GxgT5i8DOw+WWjDu47U9Q1NkqsV/lb1SZi+6aNBOUe X-Received: by 10.98.75.83 with SMTP id y80mr4337038pfa.97.1466073058859; Thu, 16 Jun 2016 03:30:58 -0700 (PDT) Received: from HTSAT-OPENLAB-SERVER.localdomain ([116.25.56.103]) by smtp.gmail.com with ESMTPSA id i8sm59522305pao.26.2016.06.16.03.30.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Jun 2016 03:30:58 -0700 (PDT) From: Xinliang Liu To: p.zabel@pengutronix.de Cc: linux-kernel@vger.kernel.org, robh+dt@kernel.org, xuwei5@hisilicon.com, puck.chen@hisilicon.com, saberlily.xia@hisilicon.com, kong.kongxinwei@hisilicon.com, guodong.xu@linaro.org, Xinliang Liu Subject: [PATCH v2 1/3] reset: hisilicon: Add media reset controller binding Date: Thu, 16 Jun 2016 18:29:58 +0800 Message-Id: <20160616103000.239669-2-xinliang.liu@linaro.org> X-Mailer: git-send-email 2.8.3 In-Reply-To: <20160616103000.239669-1-xinliang.liu@linaro.org> References: <20160616103000.239669-1-xinliang.liu@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add compatible for media reset controller. Signed-off-by: Xinliang Liu --- Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.8.3 diff --git a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt index e0b185a944ba..c25da39df707 100644 --- a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt +++ b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt @@ -8,7 +8,9 @@ The reset controller registers are part of the system-ctl block on hi6220 SoC. Required properties: -- compatible: may be "hisilicon,hi6220-sysctrl" +- compatible: should be one of the following: + - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller. + - "hisilicon,hi6220-mediactrl", "syscon" : For media reset controller. - reg: should be register base and length as documented in the datasheet - #reset-cells: 1, see below