From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C2A0A238C0D; Sun, 27 Jul 2025 20:27:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753648063; cv=none; b=eGCanKSCRTQpVhuIZ+Omt0/GKBl3iNxttRy6z7EwvhaZWCDrFyhtswwjjLOtpJyVxhcoGOqvj7+uTfB0aCYgDf7/PF8RfDdbEzJdSGjqtHHtQivdoQOXCbN45gHoN/CWNryQWSh0eRxLXtIaFQAHK/3i1F1mkH9kDyPyhWdnHFw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753648063; c=relaxed/simple; bh=xcyCCQzerNA14uLlW6X/eFydzN3xJH2S9fgLzi5zBs4=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=EoJvkfCfyKQFhqmc+O9Iq/qhguz7kWX//OJI+xtO6ppFscoIa/j/rDo62CPjleTOtKfZwisWElzWp6Yw/R2jZ+3NMm8DpU1pUWe+YlhZJ+LYiduGOExIXSKp/tgPH+uoN7OLvvlzdFQzlG4x4EywOLxlIBVNRmDsWaCRe3aKIKM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n6FO4yQg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="n6FO4yQg" 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 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 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.