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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 694ACC432BE for ; Mon, 9 Aug 2021 15:40:14 +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 0F72C60FF2 for ; Mon, 9 Aug 2021 15:40:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0F72C60FF2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BE55B8984D; Mon, 9 Aug 2021 15:40:12 +0000 (UTC) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id A69FD8984D for ; Mon, 9 Aug 2021 15:40:11 +0000 (UTC) Received: by mail-io1-f43.google.com with SMTP id 188so26388246ioa.8 for ; Mon, 09 Aug 2021 08:40:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=As94hk4XEdH5kfCbYz6LcUTvcmBGi03P0gCwR26CciE=; b=j2xiQ/IjQHm5auNFKISxB4L0JgyeMgEeUwk2aJPmFMTMzeEixC1fU8OgHvNzBHGrMN JfX4ej4lv2yeNQednMrV8Enq8dJAaf5qeXloJYVX51RuipOmUZ3m79V5GjOaPpL/hLSn rFoQT6eL0rc615MPAL9U+UXOdztdEHBg4Ur2dAsqxd7xG5Uao7p0Ge5cKbcTeXDF1Lsy +3I2qhFuVOCrPqBpLhhfbXHLbJ88WIWzeDKq4Brfyuf/T7VsZlO8XmwBzCIac/DlsyqE mv6tc8zw4gkfADEboSbhDvGL12c3aINKIiOMl8FpxAcGo3a/SEjPrsFCmmVk30cl4ExW JiCw== X-Gm-Message-State: AOAM530rsQGyXwZ0vv8FJlT5x2RdsXnSvNtLakAlUR6zpX+LSXRat9RC nemJmitH7zfI/izuRgwcOw== X-Google-Smtp-Source: ABdhPJwElvvFchy8n+O48fkEeMa07Kd4ZxR0GXYipP579UkeMGnPqKGkEc9DguQ5ddfmH74/SBXViA== X-Received: by 2002:a5d:8990:: with SMTP id m16mr9628iol.170.1628523610558; Mon, 09 Aug 2021 08:40:10 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id d9sm10370303ilu.9.2021.08.09.08.40.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Aug 2021 08:40:09 -0700 (PDT) Received: (nullmailer pid 3895391 invoked by uid 1000); Mon, 09 Aug 2021 15:40:08 -0000 From: Rob Herring To: Dmitry Baryshkov Cc: Thierry Reding , dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, Sam Ravnborg , Daniel Vetter , David Airlie , Rob Herring , devicetree@vger.kernel.org In-Reply-To: <20210808035053.58074-1-dmitry.baryshkov@linaro.org> References: <20210808035053.58074-1-dmitry.baryshkov@linaro.org> Subject: Re: [PATCH 1/2] dt-bindings: add bindings for the Sharp LS060T1SX01 panel Date: Mon, 09 Aug 2021 09:40:08 -0600 Message-Id: <1628523608.142555.3895390.nullmailer@robh.at.kernel.org> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 08 Aug 2021 06:50:52 +0300, Dmitry Baryshkov wrote: > Add devicetree bindings for the Sharp LS060T1SX01 6.0" FullHD panel > using NT35695 driver. This panel can be found i.e. in the Dragonboard > Display Adapter bundle. > > Signed-off-by: Dmitry Baryshkov > --- > .../display/panel/sharp,ls060t1sx01.yaml | 51 +++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,ls060t1sx01.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: ./Documentation/devicetree/bindings/display/panel/sharp,ls060t1sx01.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/display/panel/sharp,ls060t1sx01.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/sharp,ls060t1sx01.yaml: duplicate '$id' value 'http://devicetree.org/schemas/display/panel/sharp,ls043t1le01.yaml#' doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1514772 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.