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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37F53C35669 for ; Mon, 24 Feb 2020 04:36:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B7162072D for ; Mon, 24 Feb 2020 04:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582518986; bh=/4yI/EmjrZA0BYlRei8XKfUb9S0CAu/7EaLhXrGl1ws=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oNLFSEEujk/IMoT/FISIIxwWT2LXZdJ6ePuhtzmw1MNShmKfYjJiOI8a2acGPbWrv ASrl5ea5FI1kxVJVDqZ1e/TPxsS0sYJktaLXKMgQ0aaYbmsEuzWfHaqug36lAF76VF VlF6e/L3oTByxqiFLdRG7mFgXyvWKDFpn8XUihnI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727202AbgBXEgZ (ORCPT ); Sun, 23 Feb 2020 23:36:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:33774 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727186AbgBXEgZ (ORCPT ); Sun, 23 Feb 2020 23:36:25 -0500 Received: from localhost (unknown [122.182.199.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1F62C20658; Mon, 24 Feb 2020 04:36:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582518984; bh=/4yI/EmjrZA0BYlRei8XKfUb9S0CAu/7EaLhXrGl1ws=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Lvn3yXXeFP97NyX/cctvAFkNpXvDs5frfR5b2WU+WX48PSjNSjq4heS4n+XRb/06h Mef1kqZSjAGz78wE7IsrHpbECrGo39ABGQnKLuSsstTPLrcGKITFibkbqgW+9FFAtz geKvomcOZGuenkEti1zgBFSVxWIQ4iJbWCi3jENo= Date: Mon, 24 Feb 2020 10:06:18 +0530 From: Vinod Koul To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Maxime Coquelin , Alexandre Torgue , Stephen Boyd , Maxime Ripard , Chen-Yu Tsai , Thierry Reding , Sam Ravnborg , Jonathan Cameron , Kukjin Kim , Krzysztof Kozlowski , Dmitry Torokhov , Bartosz Golaszewski , Lee Jones , Ulf Hansson , Srinivas Kandagatla , Kishon Vijay Abraham I , Linus Walleij , Mark Brown , Daniel Lezcano Subject: Re: [PATCH] dt-bindings: Fix dtc warnings in examples Message-ID: <20200224043618.GR2618@vkoul-mobl> References: <20200221222711.15973-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200221222711.15973-1-robh@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 21-02-20, 16:27, Rob Herring wrote: > Fix all the warnings in the DT binding schema examples when built with > 'W=1'. This is in preparation to make that the default for examples. > For this: > .../devicetree/bindings/dma/ti/k3-udma.yaml | 14 +------------- Acked-by: Vinod Koul -- ~Vinod