Re: [PATCH v1 2/3] drm/ci: Add jobs to validate devicetrees

From: Vignesh Raman
Date: Mon Mar 31 2025 - 22:15:34 EST


Hi Dmitry,

On 31/03/25 13:25, Dmitry Baryshkov wrote:
On Mon, 31 Mar 2025 at 10:53, Maxime Ripard <mripard@xxxxxxxxxx> wrote:

On Sun, Mar 30, 2025 at 08:06:45PM +0300, Dmitry Baryshkov wrote:
On Thu, Mar 27, 2025 at 09:31:11PM +0530, Vignesh Raman wrote:
Add jobs to run dt_binding_check and dtbs_check. If warnings are seen,
exit with a non-zero error code while configuring them as warning in
the GitLab CI pipeline.

Can it really succeed or is it going to be an always-failing job? The
dt_binding_check generally succeed, dtbs_check generates tons of
warnings. We are trying to make progress there, but it's still very far
from being achevable.

It depends on the platforms I guess. Some are 100% covered and any
warning should be treated as a failure, and some have not started the
effort.

I guess we could solve it with some kind of expectation list, but I do
wonder if it's something *we* should be focusing on :)

I think that we might want to limit this to `make dt_bindings_check
DT_SCHEMA_FILES=display`, checking all GPU / display schema files.


Yes, will test the changes and send v2.

Regards,
Vignesh