diff mbox series

[U-Boot,V3,01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158

Message ID 1565788721-21866-1-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit 9a3eddd263eeed29dadf0d6bd21ee84bd8e6209d
Delegated to: Tom Rini
Headers show
Series [U-Boot,V3,01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158 | expand

Commit Message

Philippe REYNES Aug. 14, 2019, 1:18 p.m. UTC
From: Kursad Oney <kursad.oney@broadcom.com>

This IP exists in both MIPS and ARM cores, so we also
allow to use this driver on bcm6858 and bcm63158.

Signed-off-by: Kursad Oney <kursad.oney@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Changelog:
v3:
- no change
v2:
- add dependancy on bcm6858 and bcm63158 instead of removing mips dependancy
  (thanks Daniel)

Comments

Daniel Schwierzeck Aug. 14, 2019, 2:44 p.m. UTC | #1
Am 14.08.19 um 15:18 schrieb Philippe Reynes:
> From: Kursad Oney <kursad.oney@broadcom.com>
> 
> This IP exists in both MIPS and ARM cores, so we also
> allow to use this driver on bcm6858 and bcm63158.
> 
> Signed-off-by: Kursad Oney <kursad.oney@broadcom.com>
> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  drivers/spi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Changelog:
> v3:
> - no change
> v2:
> - add dependancy on bcm6858 and bcm63158 instead of removing mips dependancy
>   (thanks Daniel)
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tom Rini Oct. 12, 2019, 8:21 p.m. UTC | #2
On Wed, Aug 14, 2019 at 03:18:32PM +0200, Philippe Reynes wrote:

> From: Kursad Oney <kursad.oney@broadcom.com>
> 
> This IP exists in both MIPS and ARM cores, so we also
> allow to use this driver on bcm6858 and bcm63158.
> 
> Signed-off-by: Kursad Oney <kursad.oney@broadcom.com>
> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a..932d2d9 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -67,7 +67,7 @@  config ATMEL_SPI
 
 config BCM63XX_HSSPI
 	bool "BCM63XX HSSPI driver"
-	depends on ARCH_BMIPS
+	depends on (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158)
 	help
 	  Enable the BCM6328 HSSPI driver. This driver can be used to
 	  access the SPI NOR flash on platforms embedding this Broadcom