Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-19 Thread Stefan Roese
On 02.03.19 08:45, Chris Packham wrote: This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow us to access the whole chip. Signed-off-by: Chris Packham Cc: Vignesh R Applied to u-boot-marvell/master. Thanks, Stefan ___ U-Boot

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Stefan Roese
On 02.03.19 12:53, Vignesh Raghavendra wrote: On 02-Mar-19 5:02 PM, Stefan Roese wrote: [...] It would be great if driver could be modified to support 3 and 4 byte addressing modes. I fail to see, what really is needed to make the SPI driver support 3 and 4 byte addressing modes. I

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Vignesh Raghavendra
On 02-Mar-19 5:02 PM, Stefan Roese wrote: [...] >> >> It would be great if driver could be modified to support 3 and 4 byte >> addressing modes. > > I fail to see, what really is needed to make the SPI driver support > 3 and 4 byte addressing modes. I recently added the MT7688 SPI > driver

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Stefan Roese
Hi Vignesh, On 02.03.19 11:50, Vignesh Raghavendra wrote: Hi Stefan, On 02-Mar-19 3:56 PM, Stefan Roese wrote: Hi Chris, Hi Vignesh, On 02.03.19 09:36, Vignesh Raghavendra wrote: On 02-Mar-19 1:15 PM, Chris Packham wrote: This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Vignesh Raghavendra
Hi Stefan, On 02-Mar-19 3:56 PM, Stefan Roese wrote: > Hi Chris, > Hi Vignesh, > > On 02.03.19 09:36, Vignesh Raghavendra wrote: >> >> >> On 02-Mar-19 1:15 PM, Chris Packham wrote: >>> This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow >>> us to access the whole chip. >>>

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Stefan Roese
Hi Chris, Hi Vignesh, On 02.03.19 09:36, Vignesh Raghavendra wrote: On 02-Mar-19 1:15 PM, Chris Packham wrote: This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow us to access the whole chip. Signed-off-by: Chris Packham Cc: Vignesh R --- Could add imply

Re: [U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-02 Thread Vignesh Raghavendra
On 02-Mar-19 1:15 PM, Chris Packham wrote: > This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow > us to access the whole chip. > > Signed-off-by: Chris Packham > Cc: Vignesh R > --- > Could add imply SPI_FLASH_BAR to KIRKWOOD_SPI instead? So that we don't have to fix

[U-Boot] [PATCH] ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR

2019-03-01 Thread Chris Packham
This board uses Micron N25Q256A SPI flash. Enable SPI_FLASH_BAR to allow us to access the whole chip. Signed-off-by: Chris Packham Cc: Vignesh R --- configs/db-88f6820-amc_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/db-88f6820-amc_defconfig