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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 C3B75C2BB85 for ; Tue, 14 Apr 2020 18:27:47 +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 A2A5120575 for ; Tue, 14 Apr 2020 18:27:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A2A5120575 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 140196E160; Tue, 14 Apr 2020 18:27:47 +0000 (UTC) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 809CE6E160 for ; Tue, 14 Apr 2020 18:27:45 +0000 (UTC) Received: by mail-ot1-f67.google.com with SMTP id i27so661545ota.7 for ; Tue, 14 Apr 2020 11:27:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=kI/3eiVm1kw4HQZBFlJCA+YGkg5qdFUWdYWaFflp6bI=; b=UI5sT9gXX/4G+8ZnTf9W2U2Fok/eZU5h5JN4/A7znCGRtQKZOgZhbgfnwaza6CI7fS PY7BHcKr70S4Rv3suq1cGo+UcVqem66F++mkKcTUVjwCHIEFOE64b0JodncsdLRfKRwG QDsIgPkfF4M37TrpCgrjACgkMAydnXMga/jIeEIDad7Ny57Coxhu9Pg8IdocwSy8nctr hUQ9L1pPucIUg1h+Ld/7h3Hw0zFjco9mCHwpZsTzWYWnpI73EPhbVH+3RQ1dD2oSL+zH 1irjge14jKHVgxC/T7pR1mDw/GUOjYmMLHtfxgDompVTmz2PXF62giioTfejPJ6WB7aa R3wA== X-Gm-Message-State: AGi0PuZAa/zuEpwzypCOoc76as9daFkTL8n+Afrk3LTRQHNGYVibZ02d +ULWFOknUBM1LzfbPIDZiA== X-Google-Smtp-Source: APiQypKdQLaKyJWhc/iZn1zA/BiC+KbyuEb28QVeOulOmFvbUxPbd8MM+Vxfne8Y5494a4QtdCw3FQ== X-Received: by 2002:a4a:b489:: with SMTP id b9mr2193705ooo.71.1586888864743; Tue, 14 Apr 2020 11:27:44 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k4sm5681554otl.13.2020.04.14.11.27.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Apr 2020 11:27:43 -0700 (PDT) Received: (nullmailer pid 22415 invoked by uid 1000); Tue, 14 Apr 2020 18:27:42 -0000 Date: Tue, 14 Apr 2020 13:27:42 -0500 From: Rob Herring To: Sam Ravnborg Subject: Re: [PATCH v2 08/36] dt-bindings: display: convert ilitek,ili9881c to DT Schema Message-ID: <20200414182742.GA22348@bogus> References: <20200408195109.32692-1-sam@ravnborg.org> <20200408195109.32692-9-sam@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200408195109.32692-9-sam@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) 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, Thierry Reding , Sam Ravnborg , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 8 Apr 2020 21:50:41 +0200, Sam Ravnborg wrote: > Updating this binding identified an issue in the example in > the allwinner,sun6i-a31-mipi-dsi binding. > Fix the example so no new warnings are introduced. > > v2: > - fix example in allwinner,sun6i-a31-mipi-dsi (Rob) > > Signed-off-by: Sam Ravnborg > Cc: Rob Herring > Cc: Maxime Ripard > Cc: Thierry Reding > Cc: Sam Ravnborg > --- > .../display/allwinner,sun6i-a31-mipi-dsi.yaml | 2 +- > .../display/panel/ilitek,ili9881c.txt | 20 -------- > .../display/panel/ilitek,ili9881c.yaml | 50 +++++++++++++++++++ > 3 files changed, 51 insertions(+), 21 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel