From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758427AbcH3Rdc (ORCPT ); Tue, 30 Aug 2016 13:33:32 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:62924 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758165AbcH3Rd2 (ORCPT ); Tue, 30 Aug 2016 13:33:28 -0400 From: Paul Burton To: , Ralf Baechle CC: Paul Burton , , Mark Rutland , Rob Herring , Subject: [PATCH v2 13/26] dt-bindings: Document mti,mips-cdmm binding Date: Tue, 30 Aug 2016 18:29:16 +0100 Message-ID: <20160830172929.16948-14-paul.burton@imgtec.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160830172929.16948-1-paul.burton@imgtec.com> References: <20160830172929.16948-1-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.118] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document a binding for the MIPS Common Device Memory Map (CDMM) which simply allows the device tree to specify where the CDMM registers should be mapped. Signed-off-by: Paul Burton --- Changes in v2: None Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt diff --git a/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt b/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt new file mode 100644 index 0000000..5b0fc40 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/mti,mips-cdmm.txt @@ -0,0 +1,8 @@ +Binding for MIPS Common Device Memory Map (CDMM) bus. + +This binding allows a system to specify where the CDMM registers should be +mapped using device tree. + +Required properties: +compatible : Should be "mti,mips-cdmm". +regs: Should describe the address & size of the CDMM register region. -- 2.9.3