Regards, Igal Liberman
> -----Original Message----- > From: Wood Scott-B07421 > Sent: Tuesday, August 04, 2015 8:00 AM > To: Liberman Igal-B31950 <igal.liber...@freescale.com> > Cc: devicet...@vger.kernel.org; linuxppc-...@lists.ozlabs.org; Bucur > Madalin-Cristian-B32716 <madalin.bu...@freescale.com>; linux- > ker...@vger.kernel.org > Subject: Re: [v3,1/2] powerpc/mpc85xx: Create dts components for the FSL > QorIQ DPAA FMan > > [Resending after bogofilter adjustment on vger.kernel.org] > > On Mon, Aug 03, 2015 at 09:44:01AM +0300, Igal.Liberman wrote: > > + xmdio0: mdio@f1000{ > > + #address-cells = <1>; > > + #size-cells = <0>; > > + compatible = "fsl,fman-xmdio"; > > + reg = <0xf1000 0x1000>; > > + interrupts = <101 1 0 0>; > > + }; > > Why is this <101 1 0 0> and not <101 2 0 0>? Internal interrupts are active- > high. > OK, I'll fix this issue. Thanks. Igal. > > + mdio0: mdio@e1120{ > > + #address-cells = <1>; > > + #size-cells = <0>; > > + compatible = "fsl,fman-mdio"; > > + reg = <0xe1120 0xee0>; > > + interrupts = <100 1 0 0>; > > Likewise. > > -Scott