Re: [PATCH v2 1/2] drm/ci: Add jobs to validate devicetrees

From: Vignesh Raman
Date: Fri Apr 11 2025 - 04:32:48 EST


Hi Dmitry,

On 11/04/25 01:02, Dmitry Baryshkov wrote:
On Wed, Apr 09, 2025 at 11:45:38AM +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.

Signed-off-by: Vignesh Raman <vignesh.raman@xxxxxxxxxxxxx>
---

v2:
- Use LLVM to build.

Why?

We are using LLVM/Clang instead of GCC to avoid architecture-specific toolchain for cross compiling. This is done to make the script generic and run only kunit tests. I will update this section.




Acked-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>



Thanks.

Regards,
Vignesh