From patchwork Fri Aug 26 15:37:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Burton X-Patchwork-Id: 663155 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sLQHs2tvPz9sdg for ; Sat, 27 Aug 2016 01:41:13 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754135AbcHZPkz (ORCPT ); Fri, 26 Aug 2016 11:40:55 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:15101 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754134AbcHZPky (ORCPT ); Fri, 26 Aug 2016 11:40:54 -0400 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 7D3DB5C796FA4; Fri, 26 Aug 2016 16:40:38 +0100 (IST) Received: from localhost (10.100.200.141) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Fri, 26 Aug 2016 16:40:41 +0100 From: Paul Burton To: , Ralf Baechle CC: Paul Burton , , Mark Rutland , Rob Herring , Subject: [PATCH 11/26] dt-bindings: Document mti,mips-cpc binding Date: Fri, 26 Aug 2016 16:37:10 +0100 Message-ID: <20160826153725.11629-12-paul.burton@imgtec.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160826153725.11629-1-paul.burton@imgtec.com> References: <20160826153725.11629-1-paul.burton@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [10.100.200.141] Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document a binding for the MIPS Cluster Power Controller (CPC) which simply allows the device tree to specify where the CPC registers should be mapped. Signed-off-by: Paul Burton --- Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cpc.txt diff --git a/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt b/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt new file mode 100644 index 0000000..92eb08f --- /dev/null +++ b/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt @@ -0,0 +1,8 @@ +Binding for MIPS Cluster Power Controller (CPC). + +This binding allows a system to specify where the CPC registers should be +mapped using device tree. + +Required properties: +compatible : Should be "mti,mips-cpc". +regs: Should describe the address & size of the CPC register region.