From patchwork Mon Oct 30 15:15:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 117489 Delivered-To: patch@linaro.org Received: by 10.140.22.164 with SMTP id 33csp2709124qgn; Mon, 30 Oct 2017 08:16:34 -0700 (PDT) X-Google-Smtp-Source: ABhQp+QY4z8+jY1C7y0jsPmtZfyzfoOlAU8FbVA3svfiKJRwoP2Oj73dO3msrae1HW/Haf/3Ej/q X-Received: by 10.99.186.73 with SMTP id l9mr7894400pgu.6.1509376594021; Mon, 30 Oct 2017 08:16:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509376594; cv=none; d=google.com; s=arc-20160816; b=Mq4Q9wFPxJ0/B//9ZIdOQ/tmD09136+DSmiTivYEdsIgO3DsNAjp6MNeV7huDn62o2 LPkpcBMOXXT6PbPxPU9jw3/+YXKbN9JndzGhiYVYGH4hPlDoZYLu00OWzYcSXWgmkaaR g8eOiy/UhMiwYx7BO5eUNXaQb2baBaYgdtkzGQzyFg8xnBM/j4FnBWxGXxkS2Yve3yfS 3aIQKaVNxBzyZzAbxqCmRS0x9XzI/74WsKz3dd6rBSaotQ11tRfaiS17VZpqkBjKQKXX UEv2iS9J0zWuD6amY0c9gNIMmMBWbxF/8ac9yUDTE8NPbrvMx83QcPPGHhNNNxX1v5x7 Cy9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:dmarc-filter:arc-authentication-results; bh=DLkTjPUcDNpeQSLYFISG//vVHGUy65DIkyJ4BPouEP8=; b=uT4ybk1ukJ6j6epZ0IUzFX3EcM7HAZI13kDfixh7sBkfAKVf/ddwWVXKngataWbTEd NP0WLo+yyYv4GIP/HWdq4f3qQG8LUfNXoxAbeS9LSicNlg02zu7LnHNXw4PoWcq1W231 mLb6QLQf3bFBjc/OjKENeMMP4Z4FcMzBxUXY8/3HS+PBC5oeJD8buvsTqcixyrjAXcw/ 5zjwxfvyHTsCXnZbnLnYZTZQrO+SCcHHnvWsO2p24ujwxbIY6EWHUqAaBishg5qrYu2Y wXxNIbkW3GNQLS6hIN0e4cjL+D8E85/cil/inDKHjCEyvH7aB7eomu46gY1WC1v9WVin cP5Q== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p14si9569432pli.301.2017.10.30.08.16.33; Mon, 30 Oct 2017 08:16:34 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752565AbdJ3PQd (ORCPT + 6 others); Mon, 30 Oct 2017 11:16:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:39914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751663AbdJ3PQc (ORCPT ); Mon, 30 Oct 2017 11:16:32 -0400 Received: from localhost.localdomain (unknown [104.237.91.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6DF0B21946; Mon, 30 Oct 2017 15:16:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6DF0B21946 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org From: Shawn Guo To: Kishon Vijay Abraham I Cc: Rob Herring , Jianguo Sun , Jiancheng Xue , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shawn Guo Subject: [PATCH v5 1/3] dt-bindings: hisilicon: add doc for Hi3798CV200 peripheral controller Date: Mon, 30 Oct 2017 23:15:55 +0800 Message-Id: <1509376557-7187-2-git-send-email-shawnguo@kernel.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1509376557-7187-1-git-send-email-shawnguo@kernel.org> References: <1509376557-7187-1-git-send-email-shawnguo@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Shawn Guo It adds bindings doc for Hi3798CV200 peripheral controller. Signed-off-by: Shawn Guo --- .../bindings/arm/hisilicon/hisilicon.txt | 23 ++++++++++++++++++++++ 1 file changed, 23 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 Acked-by: Rob Herring diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt index 7111fbc82a4e..199cd36fe1ba 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt @@ -75,6 +75,29 @@ Example: }; ----------------------------------------------------------------------- +Hisilicon Hi3798CV200 Peripheral Controller + +The Hi3798CV200 Peripheral Controller controls peripherals, queries +their status, and configures some functions of peripherals. + +Required properties: +- compatible: Should contain "hisilicon,hi3798cv200-perictrl", "syscon" + and "simple-mfd". +- reg: Register address and size of Peripheral Controller. +- #address-cells: Should be 1. +- #size-cells: Should be 1. + +Examples: + + perictrl: peripheral-controller@8a20000 { + compatible = "hisilicon,hi3798cv200-perictrl", "syscon", + "simple-mfd"; + reg = <0x8a20000 0x1000>; + #address-cells = <1>; + #size-cells = <1>; + }; + +----------------------------------------------------------------------- Hisilicon Hi6220 system controller Required properties: