Received: by 10.223.176.46 with SMTP id f43csp1160339wra; Fri, 19 Jan 2018 07:43:08 -0800 (PST) X-Google-Smtp-Source: ACJfBotx/VRdGaVe0VD46lNYZy7g29ttY6LXDh+J/4czpAh+CdOWNwStcq3inXJAc88c+hT5DnrM X-Received: by 10.99.111.71 with SMTP id k68mr13965492pgc.360.1516376588330; Fri, 19 Jan 2018 07:43:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516376588; cv=none; d=google.com; s=arc-20160816; b=zLNzL2tOuRzCNFOvxBh2qo89iT0wrpHYhISvP2o9jhLHIO554X0RWk7znFuCZrJIv1 442fsfMUft6AyElP7SceXsFdOQDdPQcOmV4e8QefaUVzBm0+S0T0dEVbRXNVQKrKaBqZ KG4h17kKlK43Dj/PSIdpyRPsM4IYSKTyDzBia/xLN1XwKcFxQfZayzavfkGC4LNEYb/2 dvw4P7B4FyR6pgb9yJR7+SV8pGzu0SIzJNbreL0Z6IAaY8nCgEebxYyrsGZCNbJE119e SRqU2kTaiVdOQ2sA7de2d7qwLJd2pQXcW69/nJxU7GNhJJdWgxVp3yj9/Xs/S81G++FN gPsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=JRKcbLh5dAawE2+Ha2Vsnhrj5Xh28mr5xVDkJM44txg=; b=KRUU71eFQIwIAfocOQUoqO7nPEX2o3O3GloJFMOzqrWj9WMsp92aHK3UDCMgKqNSFl H0diwoWAbKOdFOu+28QGyz2Z0JgsdtTEJf62sSGaXVrgOB1rrRZOcWZZueSy3mfi5SN7 3DSJMmq9z8MIlSY3vQfEVI6vamRo9a1nn6YpAt/nvdo68FsauCRgw9V0fNcVr5lQlYpo AyvHMUAwZ66ZcgDpi3b58lx7SHOlzfqEqbfN1s4tRgG3bmPC4KHTZwUXFJJGerAqVN8b wBrqnzVRQWhK4LppOSyRQz3l6PIQj0hK7ku4pR/om3+lO/oU0M+0qZWAvyj9eaL7EzyO M8UQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b7si4362178pgq.275.2018.01.19.07.42.54; Fri, 19 Jan 2018 07:43:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932348AbeASPmU (ORCPT + 99 others); Fri, 19 Jan 2018 10:42:20 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:58973 "EHLO mail.rt-rk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932282AbeASPmR (ORCPT ); Fri, 19 Jan 2018 10:42:17 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 793DD1A4816; Fri, 19 Jan 2018 16:42:14 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com Received: from rtrkw774-lin.domain.local (unknown [10.10.13.43]) by mail.rt-rk.com (Postfix) with ESMTPSA id 566A21A47B2; Fri, 19 Jan 2018 16:42:14 +0100 (CET) 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> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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