Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: > On 10/17/2016 03:35 PM, See, Chin Liang wrote: > > > > On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: > > > > > > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > > > > > > > > > Disable the FPGA Manager for Stratix 10 SoC as w

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:30 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: >> On 10/17/2016 05:14 PM, Chin Liang See wrote: >>> >>> On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: On 10/17/2016 03:35 PM, See, Chin Liang wrote: > > > On Min, 201

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: > On 10/17/2016 05:14 PM, Chin Liang See wrote: > > > > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: > > > > > > On 10/17/2016 03:35 PM, See, Chin Liang wrote: > > > > > > > > > > > > On Min, 2016-10-16 at 17:34 +0200, Marek Vasut w

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:14 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: >> On 10/17/2016 03:35 PM, See, Chin Liang wrote: >>> >>> On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > Disable the

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 03:35 PM, See, Chin Liang wrote: > On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: >> On 10/13/2016 10:33 AM, Chin Liang See wrote: >>> >>> Disable the FPGA Manager for Stratix 10 SoC as we are not >>> using this for SOCVP >> If it's not used on SoCVP, then shouldn't this be dis

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread See, Chin Liang
On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Disable the FPGA Manager for Stratix 10 SoC as we are not > > using this for SOCVP > If it's not used on SoCVP, then shouldn't this be disabled only for > SoCVP instead of S10 ? > We wil

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-16 Thread Marek Vasut
On 10/13/2016 10:33 AM, Chin Liang See wrote: > Disable the FPGA Manager for Stratix 10 SoC as we are not > using this for SOCVP If it's not used on SoCVP, then shouldn't this be disabled only for SoCVP instead of S10 ? > Signed-off-by: Chin Liang See > Cc: Marek Vasut > Cc: Dinh Nguyen > Cc:

[U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-13 Thread Chin Liang See
Disable the FPGA Manager for Stratix 10 SoC as we are not using this for SOCVP Signed-off-by: Chin Liang See Cc: Marek Vasut Cc: Dinh Nguyen Cc: Ley Foon Tan Cc: Tien Fong Chee --- arch/arm/mach-socfpga/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/ar