All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: rk3399-puma: support Gigadevice SPI-NOR flash
@ 2019-02-03 14:59 Philipp Tomsich
  2019-02-03 15:16 ` klaus.goger at theobroma-systems.com
  2019-04-23 14:31 ` [U-Boot] " Philipp Tomsich
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Tomsich @ 2019-02-03 14:59 UTC (permalink / raw)
  To: u-boot

Over the last quarter, a part of our production has used NOR flash
from Gigadevice in addition to the Winbond parts that we typically
source.  This requires the SPI_FLASH_GIGADEVICE config to be set.

Enable SPI_FLASH_GIGADEVICE in the board's default defconfig.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

 configs/puma-rk3399_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 3fcff25..9b4bfaf 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -67,6 +67,7 @@ CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_ROCKCHIP=y
 CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_PHY_MICREL=y
 CONFIG_PHY_MICREL_KSZ90X1=y
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] rockchip: rk3399-puma: support Gigadevice SPI-NOR flash
  2019-02-03 14:59 [U-Boot] [PATCH] rockchip: rk3399-puma: support Gigadevice SPI-NOR flash Philipp Tomsich
@ 2019-02-03 15:16 ` klaus.goger at theobroma-systems.com
  2019-04-23 14:31 ` [U-Boot] " Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: klaus.goger at theobroma-systems.com @ 2019-02-03 15:16 UTC (permalink / raw)
  To: u-boot

On 2019-02-03 15:59, Philipp Tomsich wrote:
> Over the last quarter, a part of our production has used NOR flash
> from Gigadevice in addition to the Winbond parts that we typically
> source.  This requires the SPI_FLASH_GIGADEVICE config to be set.
> 
> Enable SPI_FLASH_GIGADEVICE in the board's default defconfig.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/puma-rk3399_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/puma-rk3399_defconfig 
> b/configs/puma-rk3399_defconfig
> index 3fcff25..9b4bfaf 100644
> --- a/configs/puma-rk3399_defconfig
> +++ b/configs/puma-rk3399_defconfig
> @@ -67,6 +67,7 @@ CONFIG_MMC_SDHCI=y
>  CONFIG_MMC_SDHCI_SDMA=y
>  CONFIG_MMC_SDHCI_ROCKCHIP=y
>  CONFIG_SPI_FLASH=y
> +CONFIG_SPI_FLASH_GIGADEVICE=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_PHY_MICREL=y
>  CONFIG_PHY_MICREL_KSZ90X1=y

Reviewed-by: Klaus Goger <klaus.goger@theobroma-systems.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] rockchip: rk3399-puma: support Gigadevice SPI-NOR flash
  2019-02-03 14:59 [U-Boot] [PATCH] rockchip: rk3399-puma: support Gigadevice SPI-NOR flash Philipp Tomsich
  2019-02-03 15:16 ` klaus.goger at theobroma-systems.com
@ 2019-04-23 14:31 ` Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Tomsich @ 2019-04-23 14:31 UTC (permalink / raw)
  To: u-boot

> Over the last quarter, a part of our production has used NOR flash
> from Gigadevice in addition to the Winbond parts that we typically
> source.  This requires the SPI_FLASH_GIGADEVICE config to be set.
> 
> Enable SPI_FLASH_GIGADEVICE in the board's default defconfig.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reviewed-by: Klaus Goger <klaus.goger@theobroma-systems.com>
> ---
> 
>  configs/puma-rk3399_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-23 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-03 14:59 [U-Boot] [PATCH] rockchip: rk3399-puma: support Gigadevice SPI-NOR flash Philipp Tomsich
2019-02-03 15:16 ` klaus.goger at theobroma-systems.com
2019-04-23 14:31 ` [U-Boot] " Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.