Re: [PATCH 2/2] dt-check-style: Handle indented fragments in indent-consistent
From: Krzysztof Kozlowski
Date: Tue Sep 01 2026 - 07:09:10 EST
On 01/09/2026 11:40, Krzysztof Kozlowski wrote:
>>> You CANNOT have MMIO node outside of MMIO bus or a new node outside of
>>> root node indented with one tab.
>>
>> Fair enough, just ignore this series then.
>> I'll just do the whitespace fix then and un-indent the -dieX files for
>> apple which I think should make them pass the checker then.
>>
>
> I see Apple DTS two soc nodes, so overriding/extending by phandle is a
> bit trickier, but this should work in t600x-dieX.dtsi:
>
> // earlier macro (or however you concatenate these)
> #define DIE_NODE die0
>
> &DIE_NODE {
Obviously this should be called differently not to conflict with
existing DIE_NODE(), but I hope you get the point.
> // here goes stuff with original indentation
> DIE_NODE(cpufreq_e): cpufreq@210e20000 {
> ...
> };
> };
>
> Best regards,
> Krzysztof
Best regards,
Krzysztof