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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D542AC3ABC0 for ; Thu, 8 May 2025 07:12:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:To:Cc:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=3lk2roZfL8/mX0crr1xETMbjsJEb6s1A3GHxOMyijgA=; b=kGh2di5Q6qy7plqgPh+BUkC1T4 MYnLk+3Qm/1cXRbtvO1s81bjvDhdCAoiqe96yUaYvfvCdyhSrBG8r43Ay+lZNZmD6c6AO+gR8CLxp PnnGGZPjWrqZY/wdJLKITftpbpM0rGjc8BAm4gxuTQ+CoZ7FgbctP8NpkmdFONCBPSMSw0RMn0pOy qIIkGPXnlvQ2GCh0MXBqqQ4Gz6zwXPBKIv/lnpn3UwKJFgxw7zFoSmpllikc+kWJkpll0zsF042a4 YNurbsZDCo76inK0Wvy/FDu4SDjrAsSpWXUacXDgs04hXAD0E88jHkYrYUFil8ejt4lJd2csSu/+6 AXL+hUZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uCvR5-0000000HYp5-3obt; Thu, 08 May 2025 07:12:51 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uCvOJ-0000000HY5K-1AYy; Thu, 08 May 2025 07:09:59 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 4956E629EF; Thu, 8 May 2025 07:09:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D463FC4CEEB; Thu, 8 May 2025 07:09:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1746688197; bh=Yr2J78SHWoOtKQSemvYmYF7NMQk3vdDKnwJFh78hPRU=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=FI83Seu2KbzvpHecpTY3G01Iz4PgSGjhZ3fU6bLjrCRPko3zjL0ofM8MabPLKdl9w tA5VmxBV7dWog8cBUK0Fbs+z+18q5y8DEphda8FiVEtyl1dtdcMDFhZM5RtFAjzAa8 pRgvgx2t1B83Yx6qtJGheF+OHXTfB/wtI+6LgzvswZnW/G9K9WxOjC72go0tOVjlcB SXtccGNK3/tuzEIxskr66PRmLKg0sA73vqVXJ4Ck62tYy6yYf/o3UAki7nEqnmDRPS iNHoh67/y6nqOh3torH/NwhsT0YrpUWbgAEBvUsx8BDp2rtY/ZaciFrTromuQSCfu6 r6+JlSGcwfxlA== Date: Thu, 08 May 2025 02:09:55 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Conor Dooley , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, wenst@chromium.org, AngeloGioacchino Del Regno , Jiri Slaby , Sean Wang , linux-mediatek@lists.infradead.org, xavier.chang@mediatek.com, Matthias Brugger , Krzysztof Kozlowski To: Sirius Wang In-Reply-To: <20250508063546.289115-2-sirius.wang@mediatek.com> References: <20250508063546.289115-1-sirius.wang@mediatek.com> <20250508063546.289115-2-sirius.wang@mediatek.com> Message-Id: <174668818902.3553912.2627807939857046416.robh@kernel.org> Subject: Re: [PATCH v2 1/3] dt-bindings: arm: Add compatible for MediaTek MT8189 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: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Thu, 08 May 2025 14:35:40 +0800, Sirius Wang wrote: > This commit adds dt-binding documentation for the MediaTek MT8189 > reference board. > > Signed-off-by: Sirius Wang > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250508063546.289115-2-sirius.wang@mediatek.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.