2021-06-15 16:07:05

by Ioana Ciornei

[permalink] [raw]
Subject: [PATCH 0/3] arm64: dts: add PHY IRQs for the DPAA2 based RDB boards

From: Ioana Ciornei <[email protected]>

Update the DTS PHY nodes to specify the IRQ lines for the PHYs found on
the DPAA2 based RDB boards.

Ioana Ciornei (3):
arm64: dts: lx2160ardb: update PHY nodes with IRQ information
arm64: dts: ls2088ardb: update PHY nodes with IRQ information
arm64: dts: ls1088ardb: update PHY nodes with IRQ information

arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 9 +++++++++
arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts | 4 ++++
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 4 ++++
3 files changed, 17 insertions(+)

--
2.31.1


2021-07-14 07:25:27

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/3] arm64: dts: add PHY IRQs for the DPAA2 based RDB boards

On Tue, Jun 15, 2021 at 07:03:34PM +0300, Ioana Ciornei wrote:
> From: Ioana Ciornei <[email protected]>
>
> Update the DTS PHY nodes to specify the IRQ lines for the PHYs found on
> the DPAA2 based RDB boards.
>
> Ioana Ciornei (3):
> arm64: dts: lx2160ardb: update PHY nodes with IRQ information
> arm64: dts: ls2088ardb: update PHY nodes with IRQ information
> arm64: dts: ls1088ardb: update PHY nodes with IRQ information

Applied all, thanks.