Re: [PATCH] ARM: dts: r9a06g032: Add #address-cells in the GIC node

From: Krzysztof Kozlowski

Date: Wed Mar 11 2026 - 03:48:32 EST


On 10/03/2026 23:06, Wolfram Sang wrote:
> On Tue, Mar 03, 2026 at 11:20:29AM +0100, Herve Codina (Schneider Electric) wrote:
>> When checking dts involving the r9a06g032.dtsi file, the following kind
>> of warnings are reported:
>> Missing property '#address-cells' in node xxx, using 0 as fallback
>>
>> Indeed, #address-cells is not present in the GIC interrupt controller
>> node.
>>
>> Fix it adding the missing property.
>>
>> No functional change.
>>
>> Signed-off-by: Herve Codina (Schneider Electric) <herve.codina@xxxxxxxxxxx>
>
> How did you trigger this? It doesn't show up with the upstream DTs for
> N1D. Can you share the snippet which causes the problem for you?

That's just standard DTC warning. I was fixing most of the arm64
platforms already:

https://lore.kernel.org/all/?q=f%3Akrzysztof+%22Add+default+GIC+address+cells%22

Best regards,
Krzysztof