Re: [PATCH] ARM: dts: kirkwood: Add DTS for Linksys EA4200v2/EA4500

From: Andrew Lunn
Date: Mon Apr 04 2016 - 08:16:15 EST


> >Could you dual license this under X11 as well? You will need agreement
> >from the copyright holders above, if they wrote DT fragments.
> >
> > Not many kirkwood boards are, but we encourage most Marvell SoCs DT
> > files to be dual license.
>
> I did not get responses from all authors, so no dice.

O.K. We can change this later if they do reply.

> >The 6171 is a 7 port device. Is the last port also a 'cpu' port?
>
> I don't think so. I didn't manage to get anything through it, and I
> can't see the CPU traces on the PCB (neither 5 nor 6).

You might need to set the RGMII delay. Here is an example i use with
another board:

port@6 {
reg = <6>;
label = "cpu";
phy-mode = "rgmii-txid";
};

Andrew