From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: ACJfBos+CTePGywioce7ibCUN46P2CCrkc5EzKIww2B/dx9FsGSXeoa1ZF3jq4+3byAVbk1D/onD ARC-Seal: i=1; a=rsa-sha256; t=1516376535; cv=none; d=google.com; s=arc-20160816; b=LB6YDNJS6bRDjIVgfQNc9uGa37sCYr1BK72mhT9EpnlyzDWg7RyJybQQ27Zd18C/Ge rU7Yp46urGXXxCiP+teCBDJ+C6o8XIlOSuKRJw6MUSIdgNOPf+hFDmnTDXZCUkcroOhC t23Lpck5jbPvJ60SsWfE/83mu15GebWwlXUIGeN0mLjsiTJmE4FbpIEj0PWOtTEFJ2v6 JFvdgb5hpP+0SfjQQAMRvY3OwN/GgqJDp99xdHbDsoEiYrJXoDUiAkymeQrDRf+8BbMj GRCn3cY7imCCJevQV1N5SaGKxUClTPjp0jyvi0qbm3Am+0b9ifqW9ur9XtlpMB4plkmL ArRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=JRKcbLh5dAawE2+Ha2Vsnhrj5Xh28mr5xVDkJM44txg=; b=XG4ViWM6x7v/MPMP8VFoVI6sk/DScJ2dMkf8HMcBq1YYpXmikjsY3MeoJYmCsU0WS7 Z3e0caSMLzkNkvDgG2wYwhmCkCDVYB04Hc/HsO4XRzAksR4OhRHwy4SJDM1NEAkQJTRB c/FsdQHPm/xs373HkJhft6GW9jiXOqU8h/+s5+Uflbjq3dJCoqqu7gwu8YiAMhx8Tk1X Qek5GNxWn9nShzYX3yOyx7/RBc1+4b3FWobeEfRFP/BsmehIZGMX5YcrjR3VuQhAbTNZ 4RFYRi3UeUQD+hHrMK0NTyjbZao4tNPbrjC7LlApvEcHe3J3x9sh8ir+eFVp9Br3QpxP 3slw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of aleksandar.markovic@rt-rk.com designates 89.216.37.149 as permitted sender) smtp.mailfrom=aleksandar.markovic@rt-rk.com Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of aleksandar.markovic@rt-rk.com designates 89.216.37.149 as permitted sender) smtp.mailfrom=aleksandar.markovic@rt-rk.com From: Aleksandar Markovic To: linux-mips@linux-mips.org Cc: Paul Burton , Aleksandar Markovic , "David S. Miller" , devicetree@vger.kernel.org, Douglas Leung , Goran Ferenc , Greg Kroah-Hartman , James Hogan , Linus Walleij , linux-kernel@vger.kernel.org, Mark Rutland , Mauro Carvalho Chehab , Miodrag Dinic , Petar Jovanovic , Raghu Gandham , Randy Dunlap , Rob Herring Subject: [PATCH v4 1/2] dt-bindings: Document mti,mips-cpc binding Date: Fri, 19 Jan 2018 16:40:48 +0100 Message-Id: <1516376459-25672-2-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1516376459-25672-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1516376459-25672-1-git-send-email-aleksandar.markovic@rt-rk.com> X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1590036041745102991?= X-GMAIL-MSGID: =?utf-8?q?1590036041745102991?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 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 Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 ++++++++ MAINTAINERS | 1 + 2 files changed, 9 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. diff --git a/MAINTAINERS b/MAINTAINERS index 1899480..cca71b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9108,6 +9108,7 @@ MIPS GENERIC PLATFORM M: Paul Burton L: linux-mips@linux-mips.org S: Supported +F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt F: arch/mips/generic/ F: arch/mips/tools/generic-board-config.sh -- 2.7.4