Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754037AbbLKIFi (ORCPT ); Fri, 11 Dec 2015 03:05:38 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:12628 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753157AbbLKIFf (ORCPT ); Fri, 11 Dec 2015 03:05:35 -0500 From: Jiancheng Xue To: , , , , , , , , , , , , , , CC: , , , , , , , , , , , Jiancheng Xue Subject: [PATCH v3 6/7] mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl Date: Fri, 11 Dec 2015 15:45:20 +0800 Message-ID: <1449819921-18464-7-git-send-email-xuejiancheng@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449819921-18464-1-git-send-email-xuejiancheng@huawei.com> References: <1449819921-18464-1-git-send-email-xuejiancheng@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.71] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.566A8229.00EA,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: a831b8f44644f5246f48480257c85d8a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 36 Add device tree bindings for Hi3519 system controller. Signed-off-by: Jiancheng Xue --- Documentation/devicetree/bindings/mfd/hi3519.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/hi3519.txt diff --git a/Documentation/devicetree/bindings/mfd/hi3519.txt b/Documentation/devicetree/bindings/mfd/hi3519.txt new file mode 100644 index 0000000..4b1c294 --- /dev/null +++ b/Documentation/devicetree/bindings/mfd/hi3519.txt @@ -0,0 +1,14 @@ +* Hisilicon Hi3519 System Controller Block + +This bindings use the following binding: +Dcumentation/devicetree/bindings/clock/clock-bindings.txt + +Required properties: +- compatible: "hislicon,hi3519-sysctrl". +- reg: the register region of this block + +Examples: +sysctrl: system-controller@12010000 { + compatible = "hisilicon,hi3519-sysctrl", "syscon"; + reg = <0x12010000 0x1000>; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/