From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suman Anna Subject: Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles Date: Thu, 15 Jun 2023 18:19:13 -0500 Message-ID: <8d966915-301e-7728-a8ff-db19cecfa9af@ti.com> References: <20230615213154.1753313-1-robh@kernel.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686871155; bh=ron0yTFP9tS1tz+dksMbJ6CQO1+vivWHLKGGTZLpBaM=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=XvLIBwWMRs6qiujxn4WaAVAKKPBa+n0z3IJnnF/d6CZYz8AaSZZlqQFMX+3Q7BH6K M31h9Rr346Hd0TEx+LCf/5tWPx3/Fb3g4bGdCGYHN870wtZc53sXn1UFJleBNYkXdK t7djQmLIInsgxa8LRxpxgTqrmJG0CUMU1yKFIuu0= Content-Language: en-US In-Reply-To: <20230615213154.1753313-1-robh@kernel.org> List-ID: Content-Type: text/plain; charset="us-ascii" To: Rob Herring , Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Conor Dooley , Abel Vesa , Peng Fan , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Sebastian Reichel , Bjorn Andersson , Mathieu Poirier , =?UTF-8?Q?Fern=c3=a1ndez_Rojas?= , Marek Vasut , - Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-remoteproc@vger.kernel.org On 6/15/23 16:31, Rob Herring wrote: > The Devicetree bindings document does not have to say in the title that > it is a "Devicetree binding", but instead just describe the hardware. > > Most of these have been fixed already, so fix the handful that snuck in. > With this, a meta-schema check can be enabled to catch these > automatically. > > Signed-off-by: Rob Herring > --- > .../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +- > Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +- > .../devicetree/bindings/power/reset/restart-handler.yaml | 2 +- > .../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +- > .../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > ... > diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml > index c6d86964b72a..35f0bb38f7b2 100644 > --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml > +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/remoteproc/ti,pru-consumer.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Common TI PRU Consumer Binding > +title: TI PRU Consumer Common Properties > > maintainers: > - Suman Anna For PRU Consumer binding, Reviewed-by: Suman Anna regards Suman