Re: [U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node

2019-03-29 Thread Ley Foon Tan
On Fri, Mar 29, 2019 at 2:57 PM Simon Goldschmidt wrote: > > On Fri, Mar 29, 2019 at 7:39 AM Ley Foon Tan wrote: > > > > On Wed, Mar 27, 2019 at 7:31 PM Simon Goldschmidt > > wrote: > > > > > > On Wed, Mar 27, 2019 at 9:44 AM Ley Foon Tan > > > wrote: > > > > > > > > Add QSPI device tree to St

Re: [U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node

2019-03-28 Thread Simon Goldschmidt
On Fri, Mar 29, 2019 at 7:39 AM Ley Foon Tan wrote: > > On Wed, Mar 27, 2019 at 7:31 PM Simon Goldschmidt > wrote: > > > > On Wed, Mar 27, 2019 at 9:44 AM Ley Foon Tan wrote: > > > > > > Add QSPI device tree to Stratix 10. > > > Sync from Linux Stratix 10 dts. > > > > Which tree? Which commit? >

Re: [U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node

2019-03-28 Thread Ley Foon Tan
On Wed, Mar 27, 2019 at 7:31 PM Simon Goldschmidt wrote: > > On Wed, Mar 27, 2019 at 9:44 AM Ley Foon Tan wrote: > > > > Add QSPI device tree to Stratix 10. > > Sync from Linux Stratix 10 dts. > > Which tree? Which commit? It is based on kernel v5.0 in mainline. > > > > > Tested on Stratix 10 So

Re: [U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node

2019-03-27 Thread Simon Goldschmidt
On Wed, Mar 27, 2019 at 9:44 AM Ley Foon Tan wrote: > > Add QSPI device tree to Stratix 10. > Sync from Linux Stratix 10 dts. Which tree? Which commit? > > Tested on Stratix 10 SoC devkit. > SOCFPGA_STRATIX10 # sf probe 0:0 > SF: Detected mt25qu02g with page size 256 Bytes, erase size 64 KiB, to

[U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node

2019-03-27 Thread Ley Foon Tan
Add QSPI device tree to Stratix 10. Sync from Linux Stratix 10 dts. Tested on Stratix 10 SoC devkit. SOCFPGA_STRATIX10 # sf probe 0:0 SF: Detected mt25qu02g with page size 256 Bytes, erase size 64 KiB, total 256 MiB Signed-off-by: Ley Foon Tan --- v3->v4: - Add qspi node to dtsi based on alpha