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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 62C80C87FCC for ; Sun, 27 Jul 2025 20:27:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6C5E810E31B; Sun, 27 Jul 2025 20:27:47 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="n6FO4yQg"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id C9C1C10E09C for ; Sun, 27 Jul 2025 20:27:44 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 926E45C58F5; Sun, 27 Jul 2025 20:27:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AFFCC4CEEF; Sun, 27 Jul 2025 20:27:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753648063; bh=xcyCCQzerNA14uLlW6X/eFydzN3xJH2S9fgLzi5zBs4=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=n6FO4yQgcR3IGIV5K6DYGzoed2HmMLk78SfvyMkTM5UVHxzeHdy5S0fiIeoCfTWUD 8qf/Ow/E4PbCk/FKBsRfX+w31JMb2t5JpUTrdJoYrBlNZUew3G7XQjEPvR24A/HnPU J7v9iktZ6xy39qzPZv287DLpYRCxmgeny0T72QX/xUSDh/W2mujOFfzwpi6AizwSDf sh+ivvAJvrnXwUWTsZfooYW56X3Jfq0YKNiOgegLSE4GJv1xljfG+JAcpKS80c5/hq 71Odhy1jMellQpX5VVsUGbgf9aYwqlhYAp2oghUsius0VA/mje+B8dQAU/+LrAA8ja NrXJv3u68WnXw== Date: Sun, 27 Jul 2025 15:27:41 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Thomas Zimmermann , Maxime Ripard , linux-arm-kernel@lists.infradead.org, CK Hu , AngeloGioacchino Del Regno , Chun-Kuang Hu , Conor Dooley , Matthias Brugger , Yongqiang Niu , devicetree@vger.kernel.org, Hsin-Yi Wang , linux-mediatek@lists.infradead.org, Krzysztof Kozlowski , Simona Vetter , David Airlie , dri-devel@lists.freedesktop.org, Philipp Zabel , Maarten Lankhorst , linux-kernel@vger.kernel.org To: Jay Liu In-Reply-To: <20250727071609.26037-6-jay.liu@mediatek.com> References: <20250727071609.26037-1-jay.liu@mediatek.com> <20250727071609.26037-6-jay.liu@mediatek.com> Message-Id: <175364805752.3183.16770186959720392810.robh@kernel.org> Subject: Re: [PATCH v2 5/7] dt-bindings: display: mediatek: ccorr: Add support for MT8196 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 Sun, 27 Jul 2025 15:15:55 +0800, Jay Liu wrote: > Add a compatible string for the CCORR IP found in the MT8196 SoC. > Each CCORR IP of this SoC is fully compatible with the ones found > in MT8192. > > Reviewed-by: AngeloGioacchino Del Regno > Signed-off-by: Jay Liu > Signed-off-by: 20220315152503 created > --- > .../devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 1 + > 1 file changed, 1 insertion(+) > 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/20250727071609.26037-6-jay.liu@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.