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 3607432A3D9; Tue, 19 Aug 2025 11:01:19 +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=1755601280; cv=none; b=RBmt5LIQF8qplzd/7+GhJyVibbv2TLrFsA26IOBmkNjW9htFXsOWhdtkJdvzQBaneob/mpP5w8lSrYtNn4n/24dTQGQrJSc2hj1m0DOG+EC01jK3hwwjGSiAG0xVmnkWME4DcdEYoCkN2AoLcxqHb6Qpn1Pp5M7mimP85jQmkZc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755601280; c=relaxed/simple; bh=3om6RlJ1FrtuQO9/XxQ8KBEG17jf3kejVcBwwMOA+mM=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=Ugn90ezjEB1VjFozIcJEAo675mcR48ysqGBnNDdFDNILG0Mht5nppsCEJQHHavmnjEviYQYBYrd1+mJHH9vAsJtYBlXzoj3/ZTrKqM8hV5+XI1sKU47NaTy/Iftb2/hPQvjTpopQLiXWbJAdjehZ03SeNOzpw+Z/FY9gNOaf1No= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lxezlpTQ; 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="lxezlpTQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79F9BC19423; Tue, 19 Aug 2025 11:01:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755601279; bh=3om6RlJ1FrtuQO9/XxQ8KBEG17jf3kejVcBwwMOA+mM=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=lxezlpTQ1VJxdf0sF3n0/rnCC5CGmWaOdQERGWLOLzdxQ0gwflpmXEjxaoGoiJNaq LRMvTWMmc7D1V7y9qdS+Qui5fhozl713FNJQAFfUZtJLLO/husIrdEc8BHU8nnwNk1 5H/Ux+E9/4IO43soMLS6pxKTNHeZdO1J7OfpSWV/uzDrSeDEw2/SW7jR+0PwUiBP9R oENsFr/qSfrkwcWjvtFas+aQeYLpyr+/GSj4NNbXEsj8K8O5EHpYQGz54DY1Gu+RBU XAM6yMaMK9KJ2/0QK2MFHgHM7HyRSO0R0DobKAnTonjmydQqwnmSXRVbt6c58NKc6V fuv+SzbfqA9eg== Date: Tue, 19 Aug 2025 06:01:18 -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: dri-devel@lists.freedesktop.org, Philippe Cornu , Krzysztof Kozlowski , Thomas Zimmermann , Simona Vetter , Catalin Marinas , Conor Dooley , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Will Deacon , David Airlie , Alexandre Torgue , Maxime Coquelin , Yannick Fertre , linux-kernel@vger.kernel.org, Maxime Ripard , devicetree@vger.kernel.org, Christophe Roullier , Maarten Lankhorst To: Raphael Gallais-Pou In-Reply-To: <20250819-drm-misc-next-v3-5-04153978ebdb@foss.st.com> References: <20250819-drm-misc-next-v3-0-04153978ebdb@foss.st.com> <20250819-drm-misc-next-v3-5-04153978ebdb@foss.st.com> Message-Id: <175560127275.3969236.2787022865949537210.robh@kernel.org> Subject: Re: [PATCH v3 05/13] dt-bindings: display: st,stm32mp25-lvds: add power-domains property On Tue, 19 Aug 2025 11:15:58 +0200, Raphael Gallais-Pou wrote: > STM32 LVDS peripheral may be in a power domain. Allow an optional > single 'power-domains' entry for STM32 LVDS devices. > > Acked-by: Rob Herring (Arm) > Signed-off-by: Raphael Gallais-Pou > --- > Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml | 3 +++ > 1 file changed, 3 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/20250819-drm-misc-next-v3-5-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.