Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-13 Thread Dinh Nguyen
On 3/13/19 6:54 AM, Ley Foon Tan wrote: > On Wed, 2019-03-13 at 10:33 -0500, Dinh Nguyen wrote: >> >> On 3/13/19 9:32 AM, Dinh Nguyen wrote: >>> >>> >>> >>> On 3/13/19 12:59 AM, Ley Foon Tan wrote: On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: > > On 3/13/19 4:03 AM, Ley

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-13 Thread Ley Foon Tan
On Wed, 2019-03-13 at 10:33 -0500, Dinh Nguyen wrote: > > On 3/13/19 9:32 AM, Dinh Nguyen wrote: > > > > > > > > On 3/13/19 12:59 AM, Ley Foon Tan wrote: > > > > > > On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: > > > > > > > > On 3/13/19 4:03 AM, Ley Foon Tan wrote: > > > > > > > >

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-13 Thread Ley Foon Tan
On Wed, 2019-03-13 at 09:32 -0500, Dinh Nguyen wrote: > > On 3/13/19 12:59 AM, Ley Foon Tan wrote: > > > > On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: > > > > > > On 3/13/19 4:03 AM, Ley Foon Tan wrote: > > > > > > > > > > > > Syscon register is required in dts to select correct > >

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-13 Thread Dinh Nguyen
On 3/13/19 9:32 AM, Dinh Nguyen wrote: > > > On 3/13/19 12:59 AM, Ley Foon Tan wrote: >> On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: >>> On 3/13/19 4:03 AM, Ley Foon Tan wrote: Syscon register is required in dts to select correct PHY interface. Fix error below

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-13 Thread Dinh Nguyen
On 3/13/19 12:59 AM, Ley Foon Tan wrote: > On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: >> On 3/13/19 4:03 AM, Ley Foon Tan wrote: >>> >>> Syscon register is required in dts to select correct >>> PHY interface. >>> >>> Fix error below: >>> >>> Net:   Failed to get syscon: -2 >>> >>> Sign

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-13 Thread Marek Vasut
On 3/13/19 6:59 AM, Ley Foon Tan wrote: > On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: >> On 3/13/19 4:03 AM, Ley Foon Tan wrote: >>> >>> Syscon register is required in dts to select correct >>> PHY interface. >>> >>> Fix error below: >>> >>> Net:   Failed to get syscon: -2 >>> >>> Signed-

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-12 Thread Ley Foon Tan
On Wed, 2019-03-13 at 04:30 +0100, Marek Vasut wrote: > On 3/13/19 4:03 AM, Ley Foon Tan wrote: > > > > Syscon register is required in dts to select correct > > PHY interface. > > > > Fix error below: > > > > Net:   Failed to get syscon: -2 > > > > Signed-off-by: Ley Foon Tan > Is this fixed i

Re: [U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-12 Thread Marek Vasut
On 3/13/19 4:03 AM, Ley Foon Tan wrote: > Syscon register is required in dts to select correct > PHY interface. > > Fix error below: > > Net: Failed to get syscon: -2 > > Signed-off-by: Ley Foon Tan Is this fixed in mainline Linux too ? > --- > arch/arm/dts/socfpga_stratix10.dtsi | 3 +++ >

[U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC

2019-03-12 Thread Ley Foon Tan
Syscon register is required in dts to select correct PHY interface. Fix error below: Net: Failed to get syscon: -2 Signed-off-by: Ley Foon Tan --- arch/arm/dts/socfpga_stratix10.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/dts/socfpga_stratix10.dtsi b/arch/arm/dts/so