diff mbox series

[2/2] defconfig: espressobin: Add support for ISSI SPI flashes

Message ID 20200831064805.531208-2-a.heider@gmail.com
State Accepted
Commit 3e5420e99aa026cf4c6889d695e8e1e250c6d996
Delegated to: Stefan Roese
Headers show
Series [1/2] defconfig: espressobin: Include support for Gigadevice SPI | expand

Commit Message

Andre Heider Aug. 31, 2020, 6:48 a.m. UTC
From: Konstantin Porotchkin <kostap@marvell.com>

Enable support of ISSI SPI flashes found on EspressoBIN boards

Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Reviewed-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Reviewed-by: Stefan Chulski <stefanc@marvell.com>
---
 configs/mvebu_espressobin-88f3720_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Pali Rohár Aug. 31, 2020, 7:57 a.m. UTC | #1
I think these two patches can be squashed into one.
Andre Heider Aug. 31, 2020, 8:18 a.m. UTC | #2
On 31/08/2020 09:57, Pali Rohár wrote:
> I think these two patches can be squashed into one.

I wanted to keep the original authorship, but sure, I don't care either way.

Thanks,
Andre
Stefan Roese Sept. 4, 2020, 9 a.m. UTC | #3
On 31.08.20 08:48, Andre Heider wrote:
> From: Konstantin Porotchkin <kostap@marvell.com>
> 
> Enable support of ISSI SPI flashes found on EspressoBIN boards
> 
> Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
> Reviewed-by: Grzegorz Jaszczyk <jaz@semihalf.com>
> Reviewed-by: Stefan Chulski <stefanc@marvell.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   configs/mvebu_espressobin-88f3720_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
> index d07c67dbc8..b09449ec36 100644
> --- a/configs/mvebu_espressobin-88f3720_defconfig
> +++ b/configs/mvebu_espressobin-88f3720_defconfig
> @@ -55,6 +55,7 @@ CONFIG_SPI_FLASH_SPANSION=y
>   CONFIG_SPI_FLASH_STMICRO=y
>   CONFIG_SPI_FLASH_WINBOND=y
>   CONFIG_SPI_FLASH_GIGADEVICE=y
> +CONFIG_SPI_FLASH_ISSI=y
>   CONFIG_PHYLIB=y
>   CONFIG_PHY_MARVELL=y
>   CONFIG_PHY_GIGE=y
> 


Viele Grüße,
Stefan
Stefan Roese Sept. 4, 2020, 2:01 p.m. UTC | #4
On 04.09.20 11:00, Stefan Roese wrote:
> On 31.08.20 08:48, Andre Heider wrote:
>> From: Konstantin Porotchkin <kostap@marvell.com>
>>
>> Enable support of ISSI SPI flashes found on EspressoBIN boards
>>
>> Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
>> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
>> Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
>> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
>> Reviewed-by: Grzegorz Jaszczyk <jaz@semihalf.com>
>> Reviewed-by: Stefan Chulski <stefanc@marvell.com>
> 
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot-marvell/master

Thanks,
Stefan

> Thanks,
> Stefan
> 
>> ---
>>   configs/mvebu_espressobin-88f3720_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/configs/mvebu_espressobin-88f3720_defconfig 
>> b/configs/mvebu_espressobin-88f3720_defconfig
>> index d07c67dbc8..b09449ec36 100644
>> --- a/configs/mvebu_espressobin-88f3720_defconfig
>> +++ b/configs/mvebu_espressobin-88f3720_defconfig
>> @@ -55,6 +55,7 @@ CONFIG_SPI_FLASH_SPANSION=y
>>   CONFIG_SPI_FLASH_STMICRO=y
>>   CONFIG_SPI_FLASH_WINBOND=y
>>   CONFIG_SPI_FLASH_GIGADEVICE=y
>> +CONFIG_SPI_FLASH_ISSI=y
>>   CONFIG_PHYLIB=y
>>   CONFIG_PHY_MARVELL=y
>>   CONFIG_PHY_GIGE=y
>>
> 
> 
> Viele Grüße,
> Stefan
> 


Viele Grüße,
Stefan
diff mbox series

Patch

diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index d07c67dbc8..b09449ec36 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -55,6 +55,7 @@  CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
+CONFIG_SPI_FLASH_ISSI=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y