Re: [U-Boot] [RFC PATCH] net: phy: Don't limit phy addresses by default

2018-04-09 Thread Joe Hershberger
On Mon, Apr 9, 2018 at 3:05 AM, Dr. Philipp Tomsich wrote: > >> On 9 Apr 2018, at 10:01, Neil Armstrong wrote: >> >> On 30/03/2018 18:52, Joe Hershberger wrote: >>> Some boards expect to find more than one phy while other boards are

Re: [U-Boot] [RFC PATCH] net: phy: Don't limit phy addresses by default

2018-04-09 Thread Neil Armstrong
On 30/03/2018 18:52, Joe Hershberger wrote: > Some boards expect to find more than one phy while other boards are old > and need to be limited to a specific phy address. Only limit the phy > address for boards that opt in. > > Signed-off-by: Joe Hershberger > > --- > >

Re: [U-Boot] [RFC PATCH] net: phy: Don't limit phy addresses by default

2018-04-09 Thread Dr. Philipp Tomsich
> On 9 Apr 2018, at 10:01, Neil Armstrong wrote: > > On 30/03/2018 18:52, Joe Hershberger wrote: >> Some boards expect to find more than one phy while other boards are old >> and need to be limited to a specific phy address. Only limit the phy >> address for boards that

Re: [U-Boot] [RFC PATCH] net: phy: Don't limit phy addresses by default

2018-04-08 Thread Bin Meng
On Sat, Mar 31, 2018 at 12:52 AM, Joe Hershberger wrote: > Some boards expect to find more than one phy while other boards are old > and need to be limited to a specific phy address. Only limit the phy > address for boards that opt in. > > Signed-off-by: Joe Hershberger

[U-Boot] [RFC PATCH] net: phy: Don't limit phy addresses by default

2018-03-30 Thread Joe Hershberger
Some boards expect to find more than one phy while other boards are old and need to be limited to a specific phy address. Only limit the phy address for boards that opt in. Signed-off-by: Joe Hershberger --- configs/am335x_baltos_defconfig| 1 +