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 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 9FA0DC433B4 for ; Mon, 12 Apr 2021 13:20:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F95A6128E for ; Mon, 12 Apr 2021 13:20:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239654AbhDLNU2 (ORCPT ); Mon, 12 Apr 2021 09:20:28 -0400 Received: from mail-oi1-f178.google.com ([209.85.167.178]:34656 "EHLO mail-oi1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239287AbhDLNUW (ORCPT ); Mon, 12 Apr 2021 09:20:22 -0400 Received: by mail-oi1-f178.google.com with SMTP id k18so8469020oik.1; Mon, 12 Apr 2021 06:20:04 -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=lGbxJrFzMnc2Fx/IsvHpCVq0F6FhFOgQp1Mj1B5sJic=; b=ZD4Umn5+QWv0kqkO0zBrPDDcfnNFgpwjZ6lOS6pTAnPNdrusL9lnyosOA3qD4BcKqw RUYoJnzdP7FyoEPacrx/SMp6FEZ5vV82OiSuUUzuaiDltDhxsnnmmOHEESBgYbB7wVmo dFnaQ1GNEVkH3JDKPLsbCg9jTOFdBTz4hws+wKd/TLKdwxJMqbqMjrnv1ic5YPMyCjFb r/iEBqka7TzK9eaEOzlsxq5HTLKobTTB93HGBt6+6G1dczsXu5QndbOXGkNJojdDzd7u gPqFx6BVpMhZfeMztD2z5oPg+Y+Np7fAH3PJnZIiY3d8gB6q2DvxxQW0yrnHIApnym30 eM1A== X-Gm-Message-State: AOAM531zoAagsKcUNpVu2GZ0yi8sizOSyC49B0Tyo9AtFt1tJNB8MhKl 9uiTUwz3+qm4F/0b/XNabg== X-Google-Smtp-Source: ABdhPJwZndFkIsmVSZKsOGhLjyxjuNqKh1d0bmVhKTaHx1jRM6l3+6e4iJWO8bm8em9IBSkpGj8/Sw== X-Received: by 2002:aca:bc87:: with SMTP id m129mr19491514oif.29.1618233604163; Mon, 12 Apr 2021 06:20:04 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v205sm21386oie.16.2021.04.12.06.20.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Apr 2021 06:20:03 -0700 (PDT) Received: (nullmailer pid 3757978 invoked by uid 1000); Mon, 12 Apr 2021 13:20:00 -0000 From: Rob Herring To: Neil Armstrong Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, matthias.bgg@gmail.com, chunkuang.hu@kernel.org, p.zabel@pengutronix.de, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org In-Reply-To: <20210412093928.3321194-2-narmstrong@baylibre.com> References: <20210412093928.3321194-1-narmstrong@baylibre.com> <20210412093928.3321194-2-narmstrong@baylibre.com> Subject: Re: [PATCH v2 1/5] dt-bindings: display: mediatek, hdmi: Convert to use graph schema Date: Mon, 12 Apr 2021 08:20:00 -0500 Message-Id: <1618233600.211900.3757977.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Apr 2021 11:39:24 +0200, Neil Armstrong wrote: > Update the mediatek,dpi binding to use the graph schema. > > Signed-off-by: Neil Armstrong > --- > .../display/mediatek/mediatek,cec.yaml | 51 +++++++ > .../display/mediatek/mediatek,hdmi-ddc.yaml | 57 ++++++++ > .../display/mediatek/mediatek,hdmi.txt | 136 ------------------ > .../display/mediatek/mediatek,hdmi.yaml | 131 +++++++++++++++++ > 4 files changed, 239 insertions(+), 136 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi-ddc.yaml > delete mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.txt > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,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,hdmi-ddc.example.dt.yaml:0:0: /example-0/i2c@11012000: failed to match any schema with compatible: ['mediatek,mt8173-hdmi-ddc'] Documentation/devicetree/bindings/display/mediatek/mediatek,cec.example.dt.yaml:0:0: /example-0/cec@10013000: failed to match any schema with compatible: ['mediatek,mt8173-cec'] See https://patchwork.ozlabs.org/patch/1465094 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. 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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 9A315C433ED for ; Mon, 12 Apr 2021 13:20:31 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 49EF56134F for ; Mon, 12 Apr 2021 13:20:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 49EF56134F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SZSErdoHMXZnCzl/Ck0XldV8rFVKRgHpVbcswUz32DY=; b=OvMYxUhSBjK11Y8UylDeUEpZjr 7F6IjmXEYkTcU0qGszhXnAbz/VC/kEsmJQ8q5XguzXCfwjUrDTvFJJVc6Gnur29h1H5pNjZyx0ykc wCJy38bEa4ZNTMGavzoKX3A2emgm0yvriGX1Yc9BD3Km+1RdKpULMI0jUdQKQNHOfaiRYDJD1vdZe 6vXa4XNiItCOpqYxeqqkxCe13v4CTEhqpMt9qdr7rCNtovQZXdRUzrid+wvW1r7L5KU4Km18sP3rg nUmUNaYp7nAxRTfG695NxAwuFn+q//GAkticmLp7+994f7LNqVrYXilbyK0+7hD8BQiQ568gY40ze 55qPEcRA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lVwUF-006ogs-QV; Mon, 12 Apr 2021 13:20:20 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU4-006obt-5n; Mon, 12 Apr 2021 13:20:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Message-Id:Date:Subject:References: In-Reply-To:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=lGbxJrFzMnc2Fx/IsvHpCVq0F6FhFOgQp1Mj1B5sJic=; b=jqQs2Ks2+32TrDN3ENTyXfI6+V IFwt1CPZRIrNrVI2lHHt8dwdgxZ1wWeRMJii5nNsbAhCbgSAFdOpBE53YT6pTgScNRWO0TGmh14wn Qeegg/xXul+4oDSKBW3b9jrkM0c1R+p2tEEucSYpGLY4UIzjG2TZNpPWLHEXIOi1BVKOleDoQlUfQ vH49GJeo0FacvYbxc979pE3EUSF3XGOBpK8+KA5O2t4aH60+rQoV6jUTIhH6PO3k9qcbPBnwhKhMQ gZ8/Dy6XTqcoYtgPlBPXXtkflMw9HsSVH1aRWiW1Om6x5kj2OMFnQG66YVgEKlUGfkTCktHHOoALZ a/1eyYdA==; Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU1-006G9k-HW; Mon, 12 Apr 2021 13:20:07 +0000 Received: by mail-oi1-f172.google.com with SMTP id m13so13337100oiw.13; Mon, 12 Apr 2021 06:20:04 -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=lGbxJrFzMnc2Fx/IsvHpCVq0F6FhFOgQp1Mj1B5sJic=; b=ctxfBPpH94/22S588ks9K0fF4c4pVO9t9lAjwoaE9o208hNtRUdQh1rQNf0IyRzIFk vNAgB3yZnSNX9Jy90veJVTj5jtijb86lFZGzO9M1cVi1+q6k/8lMYSHucxJ+JgTeRI3P wQHsHJcx9tM5bnXADLyp/Eemxh9Z4hVfZMFG+p2loaeDbbqno7nBWEAbinyAk+Mh6TuJ TM7XGH8tE+JCfM/xdGl67HuzxEz3DuA7fw+ip1IPMwuDIbaRJAH8pzFLB9Cw24c7escn aWuP0LvWlRWw79zyYTzz6Dr/jXrjcXczLsqgPJfWtGY/T69ACxWBONhYa57yNIQ7sjBP Nh9A== X-Gm-Message-State: AOAM532gZgf5TtKL+q0mO8n4FHkVvmOlfzWOVW6q++OxQ69YobL1onNy 6HH9ZR/GuJ+7F+ow5aknLRG8JKLwiA== X-Google-Smtp-Source: ABdhPJwZndFkIsmVSZKsOGhLjyxjuNqKh1d0bmVhKTaHx1jRM6l3+6e4iJWO8bm8em9IBSkpGj8/Sw== X-Received: by 2002:aca:bc87:: with SMTP id m129mr19491514oif.29.1618233604163; Mon, 12 Apr 2021 06:20:04 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v205sm21386oie.16.2021.04.12.06.20.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Apr 2021 06:20:03 -0700 (PDT) Received: (nullmailer pid 3757978 invoked by uid 1000); Mon, 12 Apr 2021 13:20:00 -0000 From: Rob Herring To: Neil Armstrong Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, matthias.bgg@gmail.com, chunkuang.hu@kernel.org, p.zabel@pengutronix.de, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org In-Reply-To: <20210412093928.3321194-2-narmstrong@baylibre.com> References: <20210412093928.3321194-1-narmstrong@baylibre.com> <20210412093928.3321194-2-narmstrong@baylibre.com> Subject: Re: [PATCH v2 1/5] dt-bindings: display: mediatek, hdmi: Convert to use graph schema Date: Mon, 12 Apr 2021 08:20:00 -0500 Message-Id: <1618233600.211900.3757977.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210412_062005_597917_AF40E8A6 X-CRM114-Status: GOOD ( 12.46 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Mon, 12 Apr 2021 11:39:24 +0200, Neil Armstrong wrote: > Update the mediatek,dpi binding to use the graph schema. > > Signed-off-by: Neil Armstrong > --- > .../display/mediatek/mediatek,cec.yaml | 51 +++++++ > .../display/mediatek/mediatek,hdmi-ddc.yaml | 57 ++++++++ > .../display/mediatek/mediatek,hdmi.txt | 136 ------------------ > .../display/mediatek/mediatek,hdmi.yaml | 131 +++++++++++++++++ > 4 files changed, 239 insertions(+), 136 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi-ddc.yaml > delete mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.txt > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,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,hdmi-ddc.example.dt.yaml:0:0: /example-0/i2c@11012000: failed to match any schema with compatible: ['mediatek,mt8173-hdmi-ddc'] Documentation/devicetree/bindings/display/mediatek/mediatek,cec.example.dt.yaml:0:0: /example-0/cec@10013000: failed to match any schema with compatible: ['mediatek,mt8173-cec'] See https://patchwork.ozlabs.org/patch/1465094 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. _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 749A3C433B4 for ; Mon, 12 Apr 2021 13:22:01 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 0BFC2610CA for ; Mon, 12 Apr 2021 13:22:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0BFC2610CA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Kaz2UYImalcPGUXrGJqUoslXx2+woXSfgt9HWGktAu8=; b=VKNGxkkmpA/+ApMB8o6UsQuLOH K7ksiz4l/PT8IJwNmf7StJ0sZUG9BLKHOpe/6ClnjD46ALqm5b4oCnwRGUbcQChRdxlb1ab4XJJCa HDSYSEZZ9bE55+nNylakGNz86LgMpWDZcZ6/X7YswlD1C9AhZ73uCl0fHqaDLTmusuzXnm4VT12Rw 7JLlvf55SPthT1VT0XfKLyjOjPwarG91iC3qNmBJ+ZRuK+vRnA/SQWObUMTB3EItiLcsOlQPvSst1 M/qeY6ShYihe6Y9TfnN/uvSEr1M7vg6FXme7KkGA0tzWCbUkYJ/1qHtiG6yF3m/Jmrrs8i0frUK75 rA1egdVA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lVwUK-006oi6-Jp; Mon, 12 Apr 2021 13:20:24 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU4-006obt-5n; Mon, 12 Apr 2021 13:20:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Message-Id:Date:Subject:References: In-Reply-To:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=lGbxJrFzMnc2Fx/IsvHpCVq0F6FhFOgQp1Mj1B5sJic=; b=jqQs2Ks2+32TrDN3ENTyXfI6+V IFwt1CPZRIrNrVI2lHHt8dwdgxZ1wWeRMJii5nNsbAhCbgSAFdOpBE53YT6pTgScNRWO0TGmh14wn Qeegg/xXul+4oDSKBW3b9jrkM0c1R+p2tEEucSYpGLY4UIzjG2TZNpPWLHEXIOi1BVKOleDoQlUfQ vH49GJeo0FacvYbxc979pE3EUSF3XGOBpK8+KA5O2t4aH60+rQoV6jUTIhH6PO3k9qcbPBnwhKhMQ gZ8/Dy6XTqcoYtgPlBPXXtkflMw9HsSVH1aRWiW1Om6x5kj2OMFnQG66YVgEKlUGfkTCktHHOoALZ a/1eyYdA==; Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU1-006G9k-HW; Mon, 12 Apr 2021 13:20:07 +0000 Received: by mail-oi1-f172.google.com with SMTP id m13so13337100oiw.13; Mon, 12 Apr 2021 06:20:04 -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=lGbxJrFzMnc2Fx/IsvHpCVq0F6FhFOgQp1Mj1B5sJic=; b=ctxfBPpH94/22S588ks9K0fF4c4pVO9t9lAjwoaE9o208hNtRUdQh1rQNf0IyRzIFk vNAgB3yZnSNX9Jy90veJVTj5jtijb86lFZGzO9M1cVi1+q6k/8lMYSHucxJ+JgTeRI3P wQHsHJcx9tM5bnXADLyp/Eemxh9Z4hVfZMFG+p2loaeDbbqno7nBWEAbinyAk+Mh6TuJ TM7XGH8tE+JCfM/xdGl67HuzxEz3DuA7fw+ip1IPMwuDIbaRJAH8pzFLB9Cw24c7escn aWuP0LvWlRWw79zyYTzz6Dr/jXrjcXczLsqgPJfWtGY/T69ACxWBONhYa57yNIQ7sjBP Nh9A== X-Gm-Message-State: AOAM532gZgf5TtKL+q0mO8n4FHkVvmOlfzWOVW6q++OxQ69YobL1onNy 6HH9ZR/GuJ+7F+ow5aknLRG8JKLwiA== X-Google-Smtp-Source: ABdhPJwZndFkIsmVSZKsOGhLjyxjuNqKh1d0bmVhKTaHx1jRM6l3+6e4iJWO8bm8em9IBSkpGj8/Sw== X-Received: by 2002:aca:bc87:: with SMTP id m129mr19491514oif.29.1618233604163; Mon, 12 Apr 2021 06:20:04 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v205sm21386oie.16.2021.04.12.06.20.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Apr 2021 06:20:03 -0700 (PDT) Received: (nullmailer pid 3757978 invoked by uid 1000); Mon, 12 Apr 2021 13:20:00 -0000 From: Rob Herring To: Neil Armstrong Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, matthias.bgg@gmail.com, chunkuang.hu@kernel.org, p.zabel@pengutronix.de, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org In-Reply-To: <20210412093928.3321194-2-narmstrong@baylibre.com> References: <20210412093928.3321194-1-narmstrong@baylibre.com> <20210412093928.3321194-2-narmstrong@baylibre.com> Subject: Re: [PATCH v2 1/5] dt-bindings: display: mediatek, hdmi: Convert to use graph schema Date: Mon, 12 Apr 2021 08:20:00 -0500 Message-Id: <1618233600.211900.3757977.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210412_062005_597917_AF40E8A6 X-CRM114-Status: GOOD ( 12.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 12 Apr 2021 11:39:24 +0200, Neil Armstrong wrote: > Update the mediatek,dpi binding to use the graph schema. > > Signed-off-by: Neil Armstrong > --- > .../display/mediatek/mediatek,cec.yaml | 51 +++++++ > .../display/mediatek/mediatek,hdmi-ddc.yaml | 57 ++++++++ > .../display/mediatek/mediatek,hdmi.txt | 136 ------------------ > .../display/mediatek/mediatek,hdmi.yaml | 131 +++++++++++++++++ > 4 files changed, 239 insertions(+), 136 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi-ddc.yaml > delete mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.txt > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,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,hdmi-ddc.example.dt.yaml:0:0: /example-0/i2c@11012000: failed to match any schema with compatible: ['mediatek,mt8173-hdmi-ddc'] Documentation/devicetree/bindings/display/mediatek/mediatek,cec.example.dt.yaml:0:0: /example-0/cec@10013000: failed to match any schema with compatible: ['mediatek,mt8173-cec'] See https://patchwork.ozlabs.org/patch/1465094 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 autolearn=ham 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 95284C43460 for ; Mon, 12 Apr 2021 13:20:06 +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 543EA61288 for ; Mon, 12 Apr 2021 13:20:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 543EA61288 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9DA6E6E58E; Mon, 12 Apr 2021 13:20:05 +0000 (UTC) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF9A56E58E for ; Mon, 12 Apr 2021 13:20:04 +0000 (UTC) Received: by mail-oi1-f178.google.com with SMTP id j24so2515147oii.11 for ; Mon, 12 Apr 2021 06:20:04 -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=lGbxJrFzMnc2Fx/IsvHpCVq0F6FhFOgQp1Mj1B5sJic=; b=jsfGD0dwqFj2ukAKjcWK3R3JyVIJAO82ZwK6ij9w7ssBynVyCy6lUazp4BIdHpzdvG 042PJ6n4rkxPXIufYFcUpWk9r89PzUlj7uVl43arAaNGnoe9N+ORJEWI7Dh4G8mWIsJa WZncnCtZK+0v+S7vsPJ9NRpz+anmHCf89h1bDUz9Log71JybCcZPCfoR+ga8wLe78ANu iHirEBaZYVhyT7ZcQZfd9IspnhXhLpPdh7R1JQsihm88nj+QCGRiYA+b14RVuT+dMcmr FddY/ZF//Wqcj048rY97Zo/c9AOqXZLkjVrTM7IT7ZgOEU4TXBXHLbjTBw18rY+yNIPH 8FGQ== X-Gm-Message-State: AOAM531ZIVFGr0ZAkXLsljvRCG3lS2qtmS6DlOunsr5gE8KwzF1FOLGM NHF2b5OZGGZbxJjQszQQKg== X-Google-Smtp-Source: ABdhPJwZndFkIsmVSZKsOGhLjyxjuNqKh1d0bmVhKTaHx1jRM6l3+6e4iJWO8bm8em9IBSkpGj8/Sw== X-Received: by 2002:aca:bc87:: with SMTP id m129mr19491514oif.29.1618233604163; Mon, 12 Apr 2021 06:20:04 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id v205sm21386oie.16.2021.04.12.06.20.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Apr 2021 06:20:03 -0700 (PDT) Received: (nullmailer pid 3757978 invoked by uid 1000); Mon, 12 Apr 2021 13:20:00 -0000 From: Rob Herring To: Neil Armstrong In-Reply-To: <20210412093928.3321194-2-narmstrong@baylibre.com> References: <20210412093928.3321194-1-narmstrong@baylibre.com> <20210412093928.3321194-2-narmstrong@baylibre.com> Subject: Re: [PATCH v2 1/5] dt-bindings: display: mediatek, hdmi: Convert to use graph schema Date: Mon, 12 Apr 2021 08:20:00 -0500 Message-Id: <1618233600.211900.3757977.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: chunkuang.hu@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 12 Apr 2021 11:39:24 +0200, Neil Armstrong wrote: > Update the mediatek,dpi binding to use the graph schema. > > Signed-off-by: Neil Armstrong > --- > .../display/mediatek/mediatek,cec.yaml | 51 +++++++ > .../display/mediatek/mediatek,hdmi-ddc.yaml | 57 ++++++++ > .../display/mediatek/mediatek,hdmi.txt | 136 ------------------ > .../display/mediatek/mediatek,hdmi.yaml | 131 +++++++++++++++++ > 4 files changed, 239 insertions(+), 136 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi-ddc.yaml > delete mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.txt > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,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,hdmi-ddc.example.dt.yaml:0:0: /example-0/i2c@11012000: failed to match any schema with compatible: ['mediatek,mt8173-hdmi-ddc'] Documentation/devicetree/bindings/display/mediatek/mediatek,cec.example.dt.yaml:0:0: /example-0/cec@10013000: failed to match any schema with compatible: ['mediatek,mt8173-cec'] See https://patchwork.ozlabs.org/patch/1465094 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. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel