Re: [PATCH net-next 1/2] net: phy: marvell: add new m88e1510 LED configuration

2019-02-13 Thread shenjian (K)
在 2019/2/14 12:06, Florian Fainelli 写道: > > > On 2/13/2019 8:31 PM, Jian Shen wrote: >> The default m88e1510 LED configuration is 0x1177, used LED[0] >> for 1000M link, LED[1] for 100M link, and LED[2] for active. >> But for our boards, we want to use 0x1040, which use LED[0] for >> link, and

Re: [PATCH net-next 1/2] net: phy: marvell: add new m88e1510 LED configuration

2019-02-13 Thread Florian Fainelli
On 2/13/2019 8:31 PM, Jian Shen wrote: > The default m88e1510 LED configuration is 0x1177, used LED[0] > for 1000M link, LED[1] for 100M link, and LED[2] for active. > But for our boards, we want to use 0x1040, which use LED[0] for > link, and LED[1] for active. > > This patch adds a new m88e15

[PATCH net-next 1/2] net: phy: marvell: add new m88e1510 LED configuration

2019-02-13 Thread Jian Shen
The default m88e1510 LED configuration is 0x1177, used LED[0] for 1000M link, LED[1] for 100M link, and LED[2] for active. But for our boards, we want to use 0x1040, which use LED[0] for link, and LED[1] for active. This patch adds a new m88e1510 LED configuration for it. Signed-off-by: Jian Shen