On Wed, Dec 11, 2019 at 03:33:31PM +0800, Shawn Guo wrote: > On Mon, Dec 09, 2019 at 12:00:37PM +0000, Russell King wrote: > > Add MDIO descriptions to the lx2160a dtsi file, so we can use them in > > the SolidRun Clearfog CX platform. > > > > Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > > --- > > .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 20 +++++++++++++++++++ > > 1 file changed, 20 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi > > index 0bd98f179bfa..617e1f1a2339 100644 > > --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi > > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi > > @@ -863,6 +863,26 @@ > > fsl,extts-fifo; > > }; > > > > + emdio1: mdio@8b96000 { > > + compatible = "fsl,fman-memac-mdio"; > > + reg = <0x00 0x8b96000 0x00 0x1000>; > > + interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; > > + little-endian; > > + #address-cells = <0x01>; > > + #size-cells = <0x00>; > > + status = "disabled"; > > + }; > > + > > + emdio2: mdio@8b97000 { > > + compatible = "fsl,fman-memac-mdio"; > > + reg = <0x00 0x8b97000 0x00 0x1000>; > > + interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; > > + little-endian; > > + #address-cells = <0x01>; > > + #size-cells = <0x00>; > > + status = "disabled"; > > + }; > > + > > Ioana Ciornei already had a patch [1] adding emdio1, but unfortunately, > emdio2 was missing from there. > > Shawn > > [1] https://lkml.org/lkml/2019/12/4/675 Okay, I'll wait until after the next merge window before resubmitting. Thanks. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up