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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D107C41513 for ; Thu, 10 Aug 2023 16:21:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234296AbjHJQVe (ORCPT ); Thu, 10 Aug 2023 12:21:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234758AbjHJQVd (ORCPT ); Thu, 10 Aug 2023 12:21:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6836BE53; Thu, 10 Aug 2023 09:21:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 089086629F; Thu, 10 Aug 2023 16:21:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E263C433C9; Thu, 10 Aug 2023 16:21:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691684492; bh=Ii6tjgIv2QtHsUnrnSDSXrQ/263StJ8TP3+a3Sh6zOQ=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=k5TYUAwMgeVeKNZ00Jdev0aGUm3DTIx7/cXCI8AoqpJDfrxxtprfqvQ+i0ujpEuZx UUmzt372gEYauYKZTaPRVAUKkSBGH5bh7Udgll2GlRZO4qogZIMI8K80MSQM9aQeAW wXG5Rd7ZjP1/NDMtVIy+u5mx3cCVmlxnuxEyOiWS0g1s6MJ/Mocq5XfLpYP+ycZQtt 0ezMcMsk9CwWu1WvElni3/nICJdSrNcKoONL08s9cpA4aqdwc3LfftWCHG+hqk0YHK LwkIMQa8LAAwYEhH2Lv8NiAoasZ2DH4DuweKxkPkRR1bWTS/sf3G3aCexzr3/lq4A3 36euO5d/IrKUw== Received: (nullmailer pid 480246 invoked by uid 1000); Thu, 10 Aug 2023 16:21:30 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Luca Ceresoli Cc: dri-devel@lists.freedesktop.org, Thomas Petazzoni , Daniel Vetter , Conor Dooley , devicetree@vger.kernel.org, Sam Ravnborg , Rob Herring , Neil Armstrong , Paul Kocialkowski , David Airlie , Krzysztof Kozlowski , linux-kernel@vger.kernel.org In-Reply-To: <20230810144116.855951-1-luca.ceresoli@bootlin.com> References: <20230810144116.855951-1-luca.ceresoli@bootlin.com> Message-Id: <169168448817.480119.7965083602843130061.robh@kernel.org> Subject: Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: add ShenZhen New Display Co. Date: Thu, 10 Aug 2023 10:21:30 -0600 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 10 Aug 2023 16:41:14 +0200, Luca Ceresoli wrote: > ShenZhen New Display Co., Limited is the manufacturer of the > NDS040480800-V3 LCD panel according the datasheet. > > Signed-off-by: Luca Ceresoli > > --- > > Changes in v2: none > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > 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: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230810144116.855951-1-luca.ceresoli@bootlin.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.