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 EB0CA326D6D; Tue, 19 Aug 2025 11:01:17 +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=1755601279; cv=none; b=foE6zHhzark9rtA1H2lcIZLiXSOb6l+BgkXKYE7N5ewOCLvUWRQiTxtNLV5PYy70y0JflzMe8P0XLfeSsB6fOnMjpicUkQ++iMzFOtwMPVnrKBRG0I6+loD0aXFtYLoxuvKaW98GKoHoKwZfowb+UrwFinsK8EL2YSkBRRGUNz8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755601279; c=relaxed/simple; bh=aMp+SGnYO85K6FjMx+CQJAXcKtAWqNORTzvGcYqTZv0=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=pTN0/4HY9oa6AeHDgchLK56bDaBWTJ7eN1eUXPK6pFKPxWC9skdpP/fu0qIKFlOMKS40busXfORDrjlIBTpEICB8asAQZxtusJJzeAQn/595MfI0a+K7hPeBE/4Ywxi2MAMrexN/iBi0PBTzd8lddSztXUVbWzT9Q++tONqwoQs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TxI4Cm12; 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="TxI4Cm12" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A46EC4CEF1; Tue, 19 Aug 2025 11:01:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755601277; bh=aMp+SGnYO85K6FjMx+CQJAXcKtAWqNORTzvGcYqTZv0=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=TxI4Cm12r6LHZn1X7XIONjiP0+HkBOSQaHIHeYMTLIHVe1/O+pu24I0gP8W5cMF30 4hHIQo3amR+gOHAvy+uuYdYtQ7y6akc8AU8imjjOKhXKv1x66qzwP1s7qefiQRlHMt zxe7x6qjOU3EbBEIGuz5BRiIw0d9KwteFDFIkLTBTIH7re+eZiEpYA14rA0msm2gzW XwX1ipERphXZ2UgTYEZVLuGFJsb+/kJn5UM2wiNI6fOMYBIgEopoZ5flBNYHfcy3GQ sAzbgXKzy4r0SWnAMNhTR/UKorelZLeadipr/UYNjaosZ6GNjyeg11L98kJLWdxSDN 1NQxvuZPwyXsA== Date: Tue, 19 Aug 2025 06:01:15 -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: Maxime Coquelin , Christophe Roullier , Will Deacon , dri-devel@lists.freedesktop.org, Philippe Cornu , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Simona Vetter , Maxime Ripard , Maarten Lankhorst , linux-kernel@vger.kernel.org, David Airlie , Krzysztof Kozlowski , Yannick Fertre , Thomas Zimmermann , Conor Dooley , Catalin Marinas , Alexandre Torgue , devicetree@vger.kernel.org, Krzysztof Kozlowski To: Raphael Gallais-Pou In-Reply-To: <20250819-drm-misc-next-v3-3-04153978ebdb@foss.st.com> References: <20250819-drm-misc-next-v3-0-04153978ebdb@foss.st.com> <20250819-drm-misc-next-v3-3-04153978ebdb@foss.st.com> Message-Id: <175560127150.3969165.11609028288443229720.robh@kernel.org> Subject: Re: [PATCH v3 03/13] dt-bindings: display: st: add new compatible to LVDS device On Tue, 19 Aug 2025 11:15:56 +0200, Raphael Gallais-Pou wrote: > Update the compatible to accept both "st,stm32mp255-lvds" and > st,stm32mp25-lvds" respectively. Default will fall back to > "st,stm32mp25-lvds". > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Raphael Gallais-Pou > --- > Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > 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/20250819-drm-misc-next-v3-3-04153978ebdb@foss.st.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.