Received: by 10.213.65.68 with SMTP id h4csp430975imn; Tue, 13 Mar 2018 08:50:44 -0700 (PDT) X-Google-Smtp-Source: AG47ELtQ6+KOr2lrDtfvvkaMBQVDR9YQ/pEvJug5KCkx/W2klCpKwHO7pCbb7XT3yXTGZ/XQCzVo X-Received: by 10.99.176.15 with SMTP id h15mr869844pgf.448.1520956244407; Tue, 13 Mar 2018 08:50:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520956244; cv=none; d=google.com; s=arc-20160816; b=oUF+fb5yGUl2Mqad60OzedcA6YKJigLjpJmaXTIL2E5Rpkkce4lNwwwRjSHzysz5jW Z7O6GeHNVTHKjeTB0367Y6d4A3TDv5YHE3/O8Qfx3HURhUsHRLx0kQ0q+ZBGtHEgqX7a PbeFd71IYO/Xc3LPKJFlT8U1vhG3hQC8t4R6xdCDvFuB8rCJD5O0EjYAyTXVN9kV9N/w x6Y9Gywz8+aqHcQ/QAkqXZ1LawxdiOtGdrbiT7rIWi9hHUwXwUBqzgQ2iFXGwk1KDJIq xrm4HtvlGMdfNFmhk6sCy5WvgJ8F10u/gMPwC0++3Bi0xzlA83tPlAvkgANdmlrCJmNQ dxhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=09fpnm7q6nJfQGjZarMAFndCxUDGWWQfYSSXa+UfTPw=; b=yStSRZhZ489J6PFNGLnPh9GGzpY2cZxHUUqh5FKJXlqnzmz9whMwQa6jDSDYCUgCDC wDvH4dBHqBBZ8qPwmKl28hCch4dkzmnO80tDxO2+Lw497sHg9FxM8H9/b1SFWp4IjQyo wtQwpta4zWUz+icmfaLo8Y43O2IFzEwLQ/x1g3qXqyFnl1UtSib7xWL8Oe7X3QJz6VDq +MWfipNaVz+uQOnOQ36jioyG2XRKfBThi3Dj8mABzf5C8WCpxgOMSANbkagFI1bphQDs zhKDwXMy9oZXnEFjDCFKNj2DNJfwLyMazTj+VqgH4zYupEMPg0AXLEpkiZNDprQT77VY HLmg== 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 n68si281744pga.524.2018.03.13.08.50.29; Tue, 13 Mar 2018 08:50:44 -0700 (PDT) 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 S934855AbeCMPs6 (ORCPT + 99 others); Tue, 13 Mar 2018 11:48:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35668 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934864AbeCMPkW (ORCPT ); Tue, 13 Mar 2018 11:40:22 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id EE0B21097; Tue, 13 Mar 2018 15:40:21 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Paul Burton , Aleksandar Markovic , Rob Herring , linux-mips@linux-mips.org, devicetree@vger.kernel.org, James Hogan Subject: [PATCH 4.14 113/140] dt-bindings: Document mti,mips-cpc binding Date: Tue, 13 Mar 2018 16:25:16 +0100 Message-Id: <20180313152505.770942823@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180313152458.201155692@linuxfoundation.org> References: <20180313152458.201155692@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Paul Burton commit aece34cd576c7625181b0488a8129c1e165355f7 upstream. 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 Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/18512/ Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 ++++++++ MAINTAINERS | 1 + 2 files changed, 9 insertions(+) --- /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. --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9001,6 +9001,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