Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbdL0Ois (ORCPT ); Wed, 27 Dec 2017 09:38:48 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:57239 "EHLO mail.rt-rk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751002AbdL0Oir (ORCPT ); Wed, 27 Dec 2017 09:38:47 -0500 From: Aleksandar Markovic To: linux-mips@linux-mips.org Cc: Paul Burton , Aleksandar Markovic , devicetree@vger.kernel.org, Douglas Leung , Goran Ferenc , James Hogan , linux-kernel@vger.kernel.org, Mark Rutland , Miodrag Dinic , Petar Jovanovic , Raghu Gandham , Rob Herring Subject: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding Date: Wed, 27 Dec 2017 15:37:51 +0100 Message-Id: <1514385475-23921-2-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1514385475-23921-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1514385475-23921-1-git-send-email-aleksandar.markovic@rt-rk.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 28 From: Paul Burton Document a binding for the MIPS Cluster Power Controller (CPC) that allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton Signed-off-by: Aleksandar Markovic --- Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt diff --git a/Documentation/devicetree/bindings/power/mti,mips-cpc.txt b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt new file mode 100644 index 0000000..c6b8251 --- /dev/null +++ b/Documentation/devicetree/bindings/power/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 are +located. + +Required properties: +compatible : Should be "mti,mips-cpc". +regs: Should describe the address & size of the CPC register region. -- 2.7.4