Re: [PATCH] Documentation: devicetree: Add PHY no lane swap binding

2017-02-06 Thread Florian Fainelli
On 02/06/2017 06:15 AM, Lukasz Majewski wrote: > Hi Florian, Andrew, > >> Le 02/04/17 à 09:23, Andrew Lunn a écrit : >>> On Sat, Feb 04, 2017 at 04:47:47PM +0100, Lukasz Majewski wrote: Add the documentation to avoid PHY lane swapping. This is a boolean entry to notify the phy device dri

Re: [PATCH] Documentation: devicetree: Add PHY no lane swap binding

2017-02-06 Thread Andrew Lunn
> > Since this is a description of the hardware, absence of a properties > > should mean that the driver is at freedom to either keep the hardware > > defaults, or come up with its own settings that are sensible for that > > particular PHY device. > > > > What would you see clarified here? > > An

Re: [PATCH] Documentation: devicetree: Add PHY no lane swap binding

2017-02-06 Thread Lukasz Majewski
Hi Florian, Andrew, > Le 02/04/17 à 09:23, Andrew Lunn a écrit : > > On Sat, Feb 04, 2017 at 04:47:47PM +0100, Lukasz Majewski wrote: > >> Add the documentation to avoid PHY lane swapping. This is a boolean > >> entry to notify the phy device drivers that the TX/RX lanes NO need > > > > that the

Re: [PATCH] Documentation: devicetree: Add PHY no lane swap binding

2017-02-04 Thread Florian Fainelli
Le 02/04/17 à 09:23, Andrew Lunn a écrit : > On Sat, Feb 04, 2017 at 04:47:47PM +0100, Lukasz Majewski wrote: >> Add the documentation to avoid PHY lane swapping. This is a boolean >> entry to notify the phy device drivers that the TX/RX lanes NO need > > that the TX/RX lanes should not be swapped

Re: [PATCH] Documentation: devicetree: Add PHY no lane swap binding

2017-02-04 Thread Andrew Lunn
On Sat, Feb 04, 2017 at 04:47:47PM +0100, Lukasz Majewski wrote: > Add the documentation to avoid PHY lane swapping. This is a boolean > entry to notify the phy device drivers that the TX/RX lanes NO need that the TX/RX lanes should not be swapped. > to be swapped. > The use case for this binding

[PATCH] Documentation: devicetree: Add PHY no lane swap binding

2017-02-04 Thread Lukasz Majewski
Add the documentation to avoid PHY lane swapping. This is a boolean entry to notify the phy device drivers that the TX/RX lanes NO need to be swapped. The use case for this binding mostly happens after wrong HW configuration of PHY IC during bootstrap. Signed-off-by: Lukasz Majewski --- Document