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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 4177CC1975A for ; Thu, 12 Mar 2020 13:13:43 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 171102067C for ; Thu, 12 Mar 2020 13:13:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ESG9DyqO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 171102067C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A92756E22A; Thu, 12 Mar 2020 13:13:42 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id D38836E22A for ; Thu, 12 Mar 2020 13:13:41 +0000 (UTC) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9002320724 for ; Thu, 12 Mar 2020 13:13:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584018821; bh=OLCs9wDW5DLwK6glkoG1xXvwb8u+w1JpNNt/MSUzvEw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ESG9DyqOBtb3RY9JZ8+KWe4xtjArS1LrAi62Ut7Q9YGKrM49cnixegAQl2+B//l1p 5vF1N7TMBktea7/YfUwAOe6WZZSUS9hFlfar8X+r16vp9X58Fve69WgAVHhGpGeQ/C F3Awe52tsGjZQOvFr+uhrxusXABsT1jl1XnEamKM= Received: by mail-qk1-f173.google.com with SMTP id e11so5991949qkg.9 for ; Thu, 12 Mar 2020 06:13:41 -0700 (PDT) X-Gm-Message-State: ANhLgQ2hEy3pAwh1bC5ShdB4AjFbRxI4v5Mv5eWBDTuQtwr9RMb8osuP pfniOswmd5yd0XvEJPbxcNDuQkYYroWynMQtAA== X-Google-Smtp-Source: ADFU+vsl+NWGl4RtiFZjKswLmhm4fAbnZDjrreYI1ja6LxDiRHZLHZlRiEDnADMNoidWwaIebO8AI/TFTKYi20bRWw0= X-Received: by 2002:a37:aa92:: with SMTP id t140mr6922921qke.119.1584018820626; Thu, 12 Mar 2020 06:13:40 -0700 (PDT) MIME-Version: 1.0 References: <20200308115017.18563-1-sam@ravnborg.org> <20200308115017.18563-2-sam@ravnborg.org> In-Reply-To: From: Rob Herring Date: Thu, 12 Mar 2020 08:13:25 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v1 1/1] dt-bindings: display: fix panel warnings To: Benjamin GAIGNARD X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "devicetree@vger.kernel.org" , Heiko Stuebner , "dri-devel@lists.freedesktop.org" , Thierry Reding , Sam Ravnborg , Laurent Pinchart Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Mar 12, 2020 at 5:21 AM Benjamin GAIGNARD wrote: > > > > On 3/8/20 12:50 PM, Sam Ravnborg wrote: > > Fix following type af warnings in the panel bindings: > > > > Warning (unit_address_vs_reg): /example-0/dsi/panel: node has a reg or ranges property, but no unit name > > Warning (unit_address_vs_reg): /example-0/dsi@ff450000: node has a unit name, but no reg property > > > > Removing the "@xxx" from the node name fixed first warning. > > Adding a missing reg property fixed the second warning > > > > Signed-off-by: Sam Ravnborg > > Cc: Thierry Reding > > Cc: Linus Walleij > > Cc: Rob Herring > > Cc: Heiko Stuebner > > Cc: Maxime Ripard > > Cc: Benjamin Gaignard > > Cc: Laurent Pinchart > > I will add W=1 in my command line when check the yaml files to not > reproduce this later. No need to starting in 5.7. Rob _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel