From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F02BAC4167B for ; Mon, 11 Dec 2023 06:34:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233425AbjLKGbK (ORCPT ); Mon, 11 Dec 2023 01:31:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233068AbjLKGbI (ORCPT ); Mon, 11 Dec 2023 01:31:08 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6976E9 for ; Sun, 10 Dec 2023 22:31:14 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96050C433C7; Mon, 11 Dec 2023 06:31:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702276274; bh=1UR/8Pgn6x9/GIOen//ufXC9UJE3MESdFkpeRuRU6eY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Id1d1h9cPtfeRpQh1xeNBJ7U16PgqN5ObnLGNB3xt4Z5F3Xv8RLsyLlV7Dh2ccO6H px37LqnMNQbLXatiUKgNjWZd5T/OqoXec89+sYipmc8iN/qWucaU1T5HJBJDL9z5N4 Zre26yqquDl3RBofbZofoU/uc0w6coVBJvuxDjwkIGdSkYO6DfIbQ/0QItE+yKfZh4 uk2xzqjWZzS9gsOMPFAKM0CGODsYOzOSKC1EGRllmjNG0JvllzfB96Hijt54EEuweL 2aAyWFMpEvT/iVVvRj8RUmpBtwMFQBv5O5zEK9hM5TeijIaCrAkHLUKYwbHR1sBNuJ E+mTG07AAJaFQ== Date: Mon, 11 Dec 2023 12:01:09 +0530 From: Vinod Koul To: Rob Herring Cc: Krzysztof Kozlowski , Conor Dooley , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: dma: Drop undocumented examples Message-ID: References: <20231122235050.2966280-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07-12-23, 14:59, Rob Herring wrote: > On Wed, Nov 22, 2023 at 5:50 PM Rob Herring wrote: > > > > The compatibles "ti,omap-sdma" and "ti,dra7-dma-crossbar" aren't documented > > by a schema which causes warnings: > > > > Documentation/devicetree/bindings/dma/dma-controller.example.dtb: /example-0/dma-controller@48000000: failed to match any schema with compatible: ['ti,omap-sdma'] > > Documentation/devicetree/bindings/dma/dma-router.example.dtb: /example-0/dma-router@4a002b78: failed to match any schema with compatible: ['ti,dra7-dma-crossbar'] > > > > As no one has cared to fix them, just drop them. > > > > Signed-off-by: Rob Herring > > --- > > .../devicetree/bindings/dma/dma-controller.yaml | 15 --------------- > > .../devicetree/bindings/dma/dma-router.yaml | 11 ----------- > > 2 files changed, 26 deletions(-) > > Vinod, Can you pick this up please. > > As pointed out, examples don't document anything. "ti,omap-sdma" is > not documented at all (though in use). "ti,dra7-dma-crossbar" is > documented in dma/ti-dma-crossbar.txt and there's still an example > there. Sure, queued up now -- ~Vinod