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 C142DC433EF for ; Tue, 7 Sep 2021 16:47:58 +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 83376610C9 for ; Tue, 7 Sep 2021 16:47:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 83376610C9 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 D4FB989FCC; Tue, 7 Sep 2021 16:47:57 +0000 (UTC) Received: from mail-oo1-f52.google.com (mail-oo1-f52.google.com [209.85.161.52]) by gabe.freedesktop.org (Postfix) with ESMTPS id 888C889FCC for ; Tue, 7 Sep 2021 16:47:56 +0000 (UTC) Received: by mail-oo1-f52.google.com with SMTP id q26-20020a4adc5a000000b002918a69c8eeso2929976oov.13 for ; Tue, 07 Sep 2021 09:47:56 -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; bh=MHz/eO25vUr8S8mSE9bsSa7gCQmBbjrMFcMGbCUHb6o=; b=cEnBhW91iuzqgiYIIDvglNkotKZ3SYsXxg5rqCeUxClZKCU25h9bvemIM4Yn8ytixH NqVfdTaGqHl+2lK2LrxKr8e08sDUSd2Lycf1202vfz4ndaKN4lczQ6cnVMiY6/wquBS3 ap3pPhe7OdYSaIhWnBQ46gLvlIym3HwIDZvGov2VH0rEYzJj5HAFKvJ9QE9+810k3uJv x/XCy18K/oNvheRzLzmINI8MOrqS5TEOlLQdS1fElRvMUV3+dfYRSxOOVqt+hNzlGqOL aJ9kAzm4eNTsH+41O35npmzCYQRu36/GzVtdPdJXkcgzviNgsbcUSH7/KVXEDYbkAKpi RLbA== X-Gm-Message-State: AOAM532nfjOfW21QNwuDZlAF3mV5lzJPnwUBYy5ZeVJCoFDaaLdzruTe DALQM4rRPY9ujI+ZA500Aw== X-Google-Smtp-Source: ABdhPJzZ4nyNi1E0Szx6UheqtQBDEqBMRmGhaKeXZHBzgMHg0LqsypWDXSEu8Z0dH05M0/talFPCXA== X-Received: by 2002:a4a:e923:: with SMTP id a3mr641201ooe.45.1631033275700; Tue, 07 Sep 2021 09:47:55 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id z18sm2234069oib.27.2021.09.07.09.47.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Sep 2021 09:47:54 -0700 (PDT) Received: (nullmailer pid 4137367 invoked by uid 1000); Tue, 07 Sep 2021 16:47:53 -0000 Date: Tue, 7 Sep 2021 11:47:53 -0500 From: Rob Herring To: Guillaume Ranquet Cc: David Airlie , Matthias Brugger , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Kishon Vijay Abraham I , linux-arm-kernel@lists.infradead.org, CK Hu , linux-kernel@vger.kernel.org, Vinod Koul , linux-mediatek@lists.infradead.org, Chunfeng Yun , Chun-Kuang Hu , Daniel Vetter , Jitao shi , linux-phy@lists.infradead.org, Philipp Zabel Subject: Re: [PATCH 4/4] dt-bindings: display: mediatek: add MT8195 hdmi bindings Message-ID: References: <20210907083723.7725-1-granquet@baylibre.com> <20210907083723.7725-5-granquet@baylibre.com> <1631026304.913177.3958449.nullmailer@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1631026304.913177.3958449.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 Tue, Sep 07, 2021 at 09:51:44AM -0500, Rob Herring wrote: > On Tue, 07 Sep 2021 10:37:21 +0200, Guillaume Ranquet wrote: > > Add Mediatek HDMI and HDMI-DDC bindings for MT8195 SoC. > > > > Signed-off-by: Guillaume Ranquet > > --- > > .../mediatek/mediatek,mt8195-hdmi-ddc.yaml | 46 +++++++++ > > .../mediatek/mediatek,mt8195-hdmi.yaml | 99 +++++++++++++++++++ > > 2 files changed, 145 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi-ddc.yaml > > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi.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,mt8195-hdmi.example.dts:19:18: fatal error: dt-bindings/clock/mt8195-clk.h: No such file or directory > 19 | #include > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [scripts/Makefile.lib:379: Documentation/devicetree/bindings/display/mediatek/mediatek,mt8195-hdmi.example.dt.yaml] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:1438: dt_binding_check] Error 2 Last I checked this is still not upstream. I'd suggest you adjust the example to not need this header. Rob