public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] spi: kirkwood_spi.c: Add compatible match ID for Armada 375
@ 2016-03-15 16:35 Stefan Roese
  2016-03-15 16:35 ` [U-Boot] [PATCH 2/6] net: mvpp2.c: Add Marvell mvpp2 network driver " Stefan Roese
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Stefan Roese @ 2016-03-15 16:35 UTC (permalink / raw)
  To: u-boot

This enables this driver for the Marvell Armada 375 SoC.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Jagan Teki <jteki@openedev.com>
---
 drivers/spi/kirkwood_spi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/kirkwood_spi.c b/drivers/spi/kirkwood_spi.c
index 7890796..80cdbd0 100644
--- a/drivers/spi/kirkwood_spi.c
+++ b/drivers/spi/kirkwood_spi.c
@@ -315,6 +315,7 @@ static const struct dm_spi_ops mvebu_spi_ops = {
 };
 
 static const struct udevice_id mvebu_spi_ids[] = {
+	{ .compatible = "marvell,armada-375-spi" },
 	{ .compatible = "marvell,armada-380-spi" },
 	{ .compatible = "marvell,armada-xp-spi" },
 	{ }
-- 
2.7.3

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

end of thread, other threads:[~2016-04-04 12:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 16:35 [U-Boot] [PATCH 1/6] spi: kirkwood_spi.c: Add compatible match ID for Armada 375 Stefan Roese
2016-03-15 16:35 ` [U-Boot] [PATCH 2/6] net: mvpp2.c: Add Marvell mvpp2 network driver " Stefan Roese
2016-03-18 14:29   ` Stefan Roese
2016-03-22 19:10   ` Joe Hershberger
2016-03-23  6:39     ` Stefan Roese
2016-03-25 21:04       ` Joe Hershberger
2016-03-15 16:35 ` [U-Boot] [PATCH 3/6] dt-bindings: Add include/dt-bindings/phy/phy.h from Linux v4.4 Stefan Roese
2016-04-04 12:01   ` Stefan Roese
2016-03-15 16:35 ` [U-Boot] [PATCH 4/6] arm: mvebu: Add basic support for the Marvell Armada 375 SoC Stefan Roese
2016-04-04 12:01   ` Stefan Roese
2016-03-15 16:35 ` [U-Boot] [PATCH 5/6] arm: mvebu: Add basic support for Armada 375 eval board db-88f6720 Stefan Roese
2016-04-04 12:01   ` Stefan Roese
2016-03-15 16:35 ` [U-Boot] [PATCH 6/6] arm: mvebu: Don't enable d-cache on A375 Stefan Roese
2016-04-04 12:02   ` Stefan Roese
2016-03-15 17:55 ` [U-Boot] [PATCH 1/6] spi: kirkwood_spi.c: Add compatible match ID for Armada 375 Jagan Teki
2016-04-04 12:00 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox