Re: [PATCH 3/4] arm64: dts: ti: Add initial support for J784s4 SoC

From: Krzysztof Kozlowski
Date: Wed Aug 24 2022 - 08:47:43 EST


On 24/08/2022 08:02, Nishanth Menon wrote:
> On 13:18-20220823, Krzysztof Kozlowski wrote:
>>> + main_gpio_intr: interrupt-controller@a00000 {
>>> + compatible = "ti,sci-intr";
>>> + reg = <0x00 0x00a00000 0x00 0x800>;
>>
>> 0x0, not 0x00. Here and all other places.
>
>
> Krzysztof is this a convention we have started following strongly?
>
> The reason I ask is to be able to cleanup elsewhere in the dts as well..
>
>
> So far, I have insisted on 0x00 usage.

Not really, just stick to one. Your other nodes have 0x0, so just choose
one. Anyway additional zeros seem redundant, but it is up to you which
convention you prefer. Just choose one, not mixed.

Best regards,
Krzysztof