From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9273581728; Thu, 16 Jan 2025 15:31:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737041472; cv=none; b=Ji0gkvWNp9xO+74zBfgeYxxEnq5LYT8QBTE0UqR2MOGcXhGJ1bYZ1FaC2Z0bXkZ8oPbKrVbPpdkPpzpvX2xXZXYaINyqad0weaLKZS2ovsgpBVETqiMt1lV9SXs//fkiWg15JMN4hOC3L+AvZoD8pdXPVcTlwZvDQNQz+xs5pxA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737041472; c=relaxed/simple; bh=ZD5LNjJmZ7Q03T+Ep0tSHy+qcNEMCEQbGwgjYVx6Bwg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HrkiU6ZPCFgB76fSXTo8N6zRY0By3iVvX/HuvTmw+pHkUvWbcevLsQmaEB60J80pOR9D6bAHOL6JzZuaUa0hNsMUDZnjJD96UhNScumXT1RH56t2YOF0Dl7SGyOxSZ7ts1f0EiXMxufaEKV1nzMftEUbj85ELarHB8tg3wkkqhk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=As71ZTqw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="As71ZTqw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7874C4CED6; Thu, 16 Jan 2025 15:31:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737041472; bh=ZD5LNjJmZ7Q03T+Ep0tSHy+qcNEMCEQbGwgjYVx6Bwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=As71ZTqwFlXK7xaq5dY2IrSSL6rwkqRbG/cpm4et2IkcG2FPbUrpeWUfqW+uE8NEY 49Iwgd1NG6+6aLgUlA4FWApX6Fjt1583vsJMbs/XM4jtEB0j+CEbV2RqMpP+llxoOS snH/jFSwSJA3/ejaW+w88AIru+wQpl7+70ZWevt3I39JjPTtQs/lm2VrsEg44SXwnn IsN3WbGPyQnIL7jm/TaXtpbbLcThcFd10LMtLyizgfHMHLCSMe09FbfARWfJ63UvSK aU/jWn4fPcXP2SNxwr9+DLZA/vhHErk6/2Zh3SQ7aPuYuNgDJYqMryVDsQDXolfZYL TwxsX7UCZz9lw== Date: Thu, 16 Jan 2025 09:31:10 -0600 From: Rob Herring To: Gregory CLEMENT Cc: Aleksandar Rikalo , Thomas Bogendoerfer , Jiaxun Yang , Krzysztof Kozlowski , Conor Dooley , Vladimir Kondratiev , =?iso-8859-1?Q?Th=E9o?= Lebrun , Tawfik Bayouk , Thomas Petazzoni , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/5] dt-bindings: mips: Document mti,mips-cm Message-ID: <20250116153110.GA2495012-robh@kernel.org> References: <20250116-cluster-hci-broken-v2-0-fc52cfb7a19e@bootlin.com> <20250116-cluster-hci-broken-v2-1-fc52cfb7a19e@bootlin.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250116-cluster-hci-broken-v2-1-fc52cfb7a19e@bootlin.com> On Thu, Jan 16, 2025 at 11:59:19AM +0100, Gregory CLEMENT wrote: > From: Jiaxun Yang > > Add devicetree binding documentation for MIPS Coherence Manager. > > Signed-off-by: Jiaxun Yang > Signed-off-by: Gregory CLEMENT > --- > .../devicetree/bindings/mips/mti,mips-cm.yaml | 38 ++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mips/mti,mips-cm.yaml b/Documentation/devicetree/bindings/mips/mti,mips-cm.yaml > new file mode 100644 > index 0000000000000000000000000000000000000000..9f500804737d23e19f50a9326168686c05d3a54e > --- /dev/null > +++ b/Documentation/devicetree/bindings/mips/mti,mips-cm.yaml > @@ -0,0 +1,38 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/mips/mti,mips-cm.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: MIPS Coherence Manager > + > +description: | Don't need '|'. > + Defines a location of the MIPS Coherence Manager registers. Say what the h/w block does. > + > +maintainers: > + - Jiaxun Yang > + > +properties: > + compatible: > + const: mti,mips-cm Convince me a genericish compatible is okay here. > + > + reg: > + description: > + Base address and size of an unoccupied region in system's MMIO address > + space, which will be used to map the MIPS CM global control registers > + block. It is conventionally decided by the system integrator. What is decided? The address? That's not relevant. > + maxItems: 1 > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + coherency-manager@1fbf8000 { > + compatible = "mti,mips-cm"; > + reg = <0x1bde8000 0x8000>; > + }; > +... > > -- > 2.45.2 >