Re: [U-Boot] [PATCH v5 05/10] ARM: dts: at91: sama5d2_xplained: fix QSPI0 node

2019-06-29 Thread Jagan Teki
On Tue, Jun 18, 2019 at 2:22 PM wrote: > > From: Cyrille Pitchen > > Fix the following: > - use "jedec,spi-nor" binding, we use jedec compatible flashes > - set bus width to 4, we use quad capable flashes > - differentiate bewteen data and clk and cs pins > - drop partions as we don't use them in

[U-Boot] [PATCH v5 05/10] ARM: dts: at91: sama5d2_xplained: fix QSPI0 node

2019-06-18 Thread Tudor.Ambarus
From: Cyrille Pitchen Fix the following: - use "jedec,spi-nor" binding, we use jedec compatible flashes - set bus width to 4, we use quad capable flashes - differentiate bewteen data and clk and cs pins - drop partions as we don't use them in u-boot. Signed-off-by: Cyrille Pitchen [tudor.amba..