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 737EEC4321E for ; Tue, 19 Apr 2022 12:13:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230117AbiDSMQJ (ORCPT ); Tue, 19 Apr 2022 08:16:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241971AbiDSMP4 (ORCPT ); Tue, 19 Apr 2022 08:15:56 -0400 Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2656220BCC; Tue, 19 Apr 2022 05:12:48 -0700 (PDT) Received: by mail-ot1-f49.google.com with SMTP id r14-20020a9d750e000000b00605446d683eso5544432otk.10; Tue, 19 Apr 2022 05:12:48 -0700 (PDT) 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=lbM+6TXr7OH0hoMGKTtqkVWI32EFUbBVKJzBhHmX6V4=; b=BGZoEx1Om+auEVYWvL2c+vBeGYCzNsfwGdCVPCH6AjFaU8o5u/rmXfQ5IhNpEkxn3S 0zgLlYxZf+8AFJ9l8ekjASOeuplN0ikj77eKFam4EYrFsxjXcqD+XmK0U4XZI+yBk2pi JO6IeHBenxn3E+ZzYioWjjAllwyys1xUkcjF04r1ZFIPk6ExRp+vrsN1p0eheJuik3m6 Dba2E0ZW0tpQar7uE39cxwb0SYlJ5LHJo6Mba3nZJ8wYEvM2qlgcNGmqy0O3JfSkym9d k+VR2mvsGIoL4zSlntwfDSPI5DpifNlnInhSF6w34FcEl/6nL/OWIk48+XVW13mtp3ka Kymg== X-Gm-Message-State: AOAM531ZLHoXKEfMnCD+lrYOs94NahmIpQI64BNBnnPi2rpRYL52+tde bSl0UpFBV7cmTgdzShCpuQ== X-Google-Smtp-Source: ABdhPJyjKDFF8xz6BuFfOGVDFYuw4bwRD11RnRt3Q2XGouMWxrrzMKZfe3UV4QNteW5WL5S5+lphdg== X-Received: by 2002:a9d:765a:0:b0:605:4910:afb8 with SMTP id o26-20020a9d765a000000b006054910afb8mr4193620otl.1.1650370367445; Tue, 19 Apr 2022 05:12:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id o17-20020a9d5c11000000b005b2611a13edsm5239752otk.61.2022.04.19.05.12.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Apr 2022 05:12:47 -0700 (PDT) Received: (nullmailer pid 1977868 invoked by uid 1000); Tue, 19 Apr 2022 12:12:43 -0000 From: Rob Herring To: Rex-BC Chen Cc: chunkuang.hu@kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com, angelogioacchino.delregno@collabora.com, nancy.lin@mediatek.com, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, airlied@linux.ie, linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, jason-jh.lin@mediatek.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, p.zabel@pengutronix.de, devicetree@vger.kernel.org, matthias.bgg@gmail.com In-Reply-To: <20220419033237.23405-6-rex-bc.chen@mediatek.com> References: <20220419033237.23405-1-rex-bc.chen@mediatek.com> <20220419033237.23405-6-rex-bc.chen@mediatek.com> Subject: Re: [PATCH 5/5] dt-bindings: mediatek: add ethdr definition for mt8195 Date: Tue, 19 Apr 2022 07:12:43 -0500 Message-Id: <1650370363.563060.1977867.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 19 Apr 2022 11:32:37 +0800, Rex-BC Chen wrote: > From: "Nancy.Lin" > > Add vdosys1 ETHDR definition. > > Signed-off-by: Nancy.Lin > Reviewed-by: Chun-Kuang Hu > Reviewed-by: AngeloGioacchino Del Regno > --- > .../display/mediatek/mediatek,ethdr.yaml | 158 ++++++++++++++++++ > 1 file changed, 158 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,ethdr.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/mediatek/mediatek,ethdr.example.dts:26:18: fatal error: dt-bindings/memory/mt8195-memory-port.h: No such file or directory 26 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:364: Documentation/devicetree/bindings/display/mediatek/mediatek,ethdr.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1401: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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.