Re: [PATCH] arm/arm64: samsung: Enable W=1 on dtbs by default

From: Krzysztof Kozlowski
Date: Fri Nov 17 2023 - 05:19:49 EST


On 16/11/2023 22:17, Rob Herring wrote:
> Samsung platforms are clean of W=1 dtc warnings, so enable the warnings
> by default. This way submitters don't have to remember to run a W=1
> build of the .dts files and the grumpiness of the maintainers can be
> reduced.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Well, there's a couple of warnings on 32-bit, but they look fixable to
> me.
>
> There's a few other platforms we could do this to. Sadly, they are still
> the minority. Otherwise, we could change the default and add a flag to
> disable (I_STILL_HAVENT_FIXED_MY_PLATFORMS=1).

64-bit has still few warnings:
https://krzk.eu/#/builders/29/builds/3710/steps/26/logs/warnings__6_

I guess these could be fixed by changing ports to port in the DTS and
bindings. I assume drivers are ready for it.

32-bit I fixed in this cycle - last three commits - so all Samsung
32-bit platforms are free from W=1 dtc warnings (yay!).

Best regards,
Krzysztof