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 AF6973B1ECC; Tue, 12 May 2026 14:29:18 +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=1778596158; cv=none; b=d8zpAaFxl/piPL2UaYNkvyFM7Y6B+IO4Pb+fIK4IkKdxHscHWpKt3DHhSanwcPGRoHQaEqLMVXYfXMB7uNqQAGQyuc9kGN9ZSkrhkpr9kBspgDbqny6U5YA+plVnsqlGUsWQ9yrLrQzILWIpxzzia+H+oo41Pm9dsTwbBT2Pgg4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778596158; c=relaxed/simple; bh=meT0JbQziFaX/U5yq3JvCzvet0xPibK9FfTCSHeGNMM=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=AG6J4EzMe3KQziJR8ADYC3KejdCct5VEnrTpRlpV/yQuRUSoYC6bj2828LB3oNbMbk5ZflMNBPypqDFGEmd3acv7rW1GQ+QH/1svKbaWCA9vUOkr2rKeRRBs9P/bhwFmoSlX/lQv4sq9odZoDWfiJzcGVlMJZGsxIs5ET1Yt7i8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H9FjpoZ5; 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="H9FjpoZ5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50270C2BCB0; Tue, 12 May 2026 14:29:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778596158; bh=meT0JbQziFaX/U5yq3JvCzvet0xPibK9FfTCSHeGNMM=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=H9FjpoZ5j2kdXugCvGJeRjbfxS+mR8qT0pHhQwu3cpWBX2QZBrJbcpsaKpvzQLowY Wbh+8+bupMlyxRmddsGLxGlv2oVfl6OJKhuckLoBo1MdLd1kMYFNWYgWjy2uxV/n49 WKaejUtSL9oRKjlO1qXGInzSUnMqA8fMrB8Pn8jd1pRkNWleMKD0Y0pBQuExLtuVFi XpW631qcbogmI67sykDcD4cCNjKHnksGYbofxina2PQluwuzNTwPmhhMpxVbceC/3g jfb3Xq3Th+PI6Nqci8qXHVfAlcUbuRQvR6weYVXg8FejFIg4jCFxaR5QexhMKTn1FN rDyUG2dZjlXmQ== Date: Tue, 12 May 2026 09:29:16 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: linux-kernel@vger.kernel.org, Konrad Dybcio , David Heidelberg , Krzysztof Kozlowski , Abhinav Kumar , Stanimir Varbanov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Dikshita Agarwal , Conor Dooley , Bjorn Andersson , Johan Hovold , Mauro Carvalho Chehab , linux-media@vger.kernel.org, Bryan O'Donoghue , Konrad Dybcio , Vikash Garodia To: Dmitry Baryshkov In-Reply-To: <20260512-iris-sc8280xp-v5-1-8cc251e83b58@oss.qualcomm.com> References: <20260512-iris-sc8280xp-v5-0-8cc251e83b58@oss.qualcomm.com> <20260512-iris-sc8280xp-v5-1-8cc251e83b58@oss.qualcomm.com> Message-Id: <177859615639.1774728.7317376317151679006.robh@kernel.org> Subject: Re: [PATCH v5 1/6] media: dt-bindings: Document SC8280XP/SM8350 Iris On Tue, 12 May 2026 16:09:29 +0300, Dmitry Baryshkov wrote: > The Iris block on SM8350 and SC8280XP is compatible with the Iris > (Venus) on SM8250. Describing in the bindings that the block is Iris v2 > and not Venus. Document SM8350 and SC8280XP IP cores, using > qcom,sm8250-venus as a fallback compatible. > > Signed-off-by: Dmitry Baryshkov > --- > .../devicetree/bindings/media/qcom,sm8250-venus.yaml | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260512-iris-sc8280xp-v5-1-8cc251e83b58@oss.qualcomm.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.