Re: [PATCH v2 net-next/devicetree 1/5] arm64: dts: fsl: ls1028a: delete extraneous #interrupt-cells for ENETC RCIE

From: Shawn Guo
Date: Mon Feb 24 2020 - 01:34:44 EST


On Wed, Feb 19, 2020 at 05:12:55PM +0200, Vladimir Oltean wrote:
> From: Vladimir Oltean <vladimir.oltean@xxxxxxx>
>
> This specifier overrides the interrupt specifier with 3 cells from gic
> (/interrupt-controller@6000000), but in fact ENETC is not an interrupt
> controller, so the property is bogus.
>
> Interrupts used by the children of the ENETC RCIE must use the full
> 3-cell specifier required by the GIC.
>
> The issue has no functional consequence so there is no real reason to
> port the patch to stable trees.
>
> Fixes: 927d7f857542 ("arm64: dts: fsl: ls1028a: Add PCI IERC node and ENETC endpoints")
> Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>

Prefix 'arm64: dts: ls1028a: ...' should be already clear enough.

Shawn