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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E12EDC433F5 for ; Wed, 17 Nov 2021 02:27:15 +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 A17EF61BFA for ; Wed, 17 Nov 2021 02:27:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A17EF61BFA 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 305586E0EF; Wed, 17 Nov 2021 02:27:14 +0000 (UTC) Received: from mail-oo1-f49.google.com (mail-oo1-f49.google.com [209.85.161.49]) by gabe.freedesktop.org (Postfix) with ESMTPS id CABA76E0EF for ; Wed, 17 Nov 2021 02:27:12 +0000 (UTC) Received: by mail-oo1-f49.google.com with SMTP id a11-20020a4ad1cb000000b002c2657270a0so463133oos.8 for ; Tue, 16 Nov 2021 18:27:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=aFMe5CDtHMpqQ1UplAwNPilzRhCxqblKE6FB0t4Tui4=; b=ZytxmMLytKDtum3Najx3n900R251I3Y63SCKrqi+OcCDQqPnbgA88k1Cw2Sttfc139 VVTbO6tAPpHG3eX6sBuXHRdB98MwWpf5kHHHB5BbKpN8Ee3tDlfAUgRTiCTr15zLaO8x BBGBWBJQMO3YjQt1uTpSWXpBC5+wr8o3RDOQwPqA4Rl1lFMGce2WHErjfXTx9FRG83BN 6JVZGissqed5Y2FXa4PW4Gj5Z8seXsQUn2lj65ZZFXx/9VIZXnyJnRDGgBSYYtCZi400 6Oc4HXM7VxRL5JpCBM0m476UY2QeDiA0CbEvaGQSdGnACI8NRsbqNycRy7ZlX80WPC76 QAxA== X-Gm-Message-State: AOAM5339v7qSl9hAGjC+WftWxpywSwFCaXOPD6ndrJ1VPYbMK7uDZM2x DVFau76jQZB17YeOro0x1Q== X-Google-Smtp-Source: ABdhPJxqEJqUWaA7baWpnIy0tRaEYGM2SlpKvIRmEjplWWwz1mGEkLOOgTv57TaIOtvQtwWFLDF7NA== X-Received: by 2002:a4a:c304:: with SMTP id c4mr6512294ooq.34.1637116031978; Tue, 16 Nov 2021 18:27:11 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id m12sm1146065oiw.23.2021.11.16.18.27.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 18:27:11 -0800 (PST) Received: (nullmailer pid 1207277 invoked by uid 1000); Wed, 17 Nov 2021 02:27:10 -0000 From: Rob Herring To: Maxime Ripard In-Reply-To: <20211116143503.385807-2-maxime@cerno.tech> References: <20211116143503.385807-1-maxime@cerno.tech> <20211116143503.385807-2-maxime@cerno.tech> Subject: Re: [PATCH 2/2] dt-bindings: panel: Introduce a panel-lvds binding Date: Tue, 16 Nov 2021 20:27:10 -0600 Message-Id: <1637116030.318148.1207276.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: , Cc: devicetree@vger.kernel.org, David Airlie , Sam Ravnborg , dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , Laurent Pinchart , Daniel Vetter , Frank Rowand Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 16 Nov 2021 15:35:03 +0100, Maxime Ripard wrote: > Following the previous patch, let's introduce a generic panel-lvds > binding that documents the panels that don't have any particular > constraint documented. > > Signed-off-by: Maxime Ripard > --- > .../bindings/display/panel/panel-lvds.yaml | 56 +++++++++++++++++++ > 1 file changed, 56 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/panel-lvds.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: ./Documentation/devicetree/bindings/display/panel/panel-lvds.yaml:28:15: [warning] wrong indentation: expected 12 but found 14 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.example.dt.yaml: panel-lvds: compatible:0: 'advantech,idk-2121wr' is not one of ['auo,b101ew05', 'tbs,a711-panel'] From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/advantech,idk-2121wr.example.dt.yaml: panel-lvds: 'port' is a required property From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1555849 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.