Re: [PATCH] arm64: dts: cavium: Fix GICv3 ITS nodes

From: Krzysztof Kozlowski
Date: Fri Mar 17 2023 - 08:41:05 EST


On 16/03/2023 20:51, Rob Herring wrote:
> On Wed, Feb 8, 2023 at 12:55 PM Rob Herring <robh@xxxxxxxxxx> wrote:
>>
>> The GICv3 ITS is an MSI controller, therefore its node name should be
>> 'msi-controller'. The ITS node is also expected to have '#msi-cells'.
>> Add it on Thunder as there are no users. Thunder2 uses 'msi-parent', but
>> Robin says that should be 'msi-map' instead and I'm not sure what's
>> correct for it.
>>
>> The unit-addresses of both the ITS and main GIC node on thunder2 are also
>> wrong, so fix them while we're here.
>>
>> Cc: Robin Murphy <robin.murphy@xxxxxxx>
>> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 3 ++-
>> arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi | 4 ++--
>> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> Ping!
>
> Should we remove these platforms instead if they aren't maintained?

5 weeks should be enough... Applied with my other cleanups.

Best regards,
Krzysztof