Re: [PATCH 1/9] arm64: dts: ls1088a: add external MDIO device nodes

From: Ioana Ciornei
Date: Fri Oct 30 2020 - 05:26:33 EST


On Fri, Oct 30, 2020 at 08:01:53AM +0800, Shawn Guo wrote:
> On Fri, Sep 25, 2020 at 04:24:55PM +0300, Ioana Ciornei wrote:
> > Add the external MDIO device nodes found in the WRIOP global memory
> > region. This is needed for management of external PHYs.
> >
> > Signed-off-by: Ioana Ciornei <ioana.ciornei@xxxxxxx>
> > ---
> > arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 18 ++++++++++++++++++
> > 1 file changed, 18 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > index 169f4742ae3b..22544e3b7737 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > @@ -654,6 +654,24 @@ ptp-timer@8b95000 {
> > fsl,extts-fifo;
> > };
> >
> > + emdio1: mdio@0x8B96000 {
>
> Drop leading '0x' and use lowercase in unit-address.
>

The leading 0x is already fixed in v4. I just have to change to lowercase.

Thanks