Re: [PATCH v5 3/3] arm: dts: ti: Add device tree support for PRU-ICSS on AM335x

From: Parvathi Pudi

Date: Mon Mar 30 2026 - 08:23:25 EST


Hi,

>> We have verified that dtbs_check does report this issue, and we will update
>> our test setup to retain full dtbs_check output to avoid missing such warnings
>> in the future.
>
> I would expect the exit value is set to something other than 0 when it
> finds an error. Why not just fail the test based on that?
>

Earlier, we were using the command "grep -v '^\s\s*'" to capture the logs.
We noticed that this command skips capturing output lines that starts with an
indent. To prevent this, we have temporarily modified the grep command to capture
the full output. The downside is that this results in a bigger log file.

We will review and try to come up with a better way to handle this issue.

Thanks and Regards,
Parvathi