All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: mvebu: Add support for SPI controller in Armada 370/XP
@ 2013-02-04 16:38 ` Ezequiel Garcia
  0 siblings, 0 replies; 24+ messages in thread
From: Ezequiel Garcia @ 2013-02-04 16:38 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
  Cc: Thomas Petazzoni, Andrew Lunn, Jason Cooper, Lior Amsalem,
	Ezequiel Garcia, Gregory Clement, Florian Fainelli

The Armada 370 and Armada XP SoC has an SPI controller.
This patch adds support for this controller in Armada 370
and Armada XP SoC common device tree files.

Cc: Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
---
 arch/arm/boot/dts/armada-370-xp.dtsi |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
index 28276fe..22340d5 100644
--- a/arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
@@ -145,6 +145,28 @@
 			clocks = <&gateclk 17>;
 			status = "disabled";
 		};
+
+		spi0: spi@d0010600 {
+			compatible = "marvell,orion-spi";
+			reg = <0xd0010600 0x50>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			cell-index = <0>;
+			interrupts = <30>;
+			clocks = <&coreclk 0>;
+			status = "disabled";
+		};
+
+		spi1: spi@d0010680 {
+			compatible = "marvell,orion-spi";
+			reg = <0xd0010680 0x50>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			cell-index = <1>;
+			interrupts = <92>;
+			clocks = <&coreclk 0>;
+			status = "disabled";
+		};
 	};
 };
 
-- 
1.7.8.6


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan

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

end of thread, other threads:[~2013-02-05 15:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 16:38 [PATCH 1/2] ARM: mvebu: Add support for SPI controller in Armada 370/XP Ezequiel Garcia
2013-02-04 16:38 ` Ezequiel Garcia
2013-02-04 16:38 ` Ezequiel Garcia
     [not found] ` <1359995888-2385-1-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-04 16:38   ` [PATCH 2/2] ARM: mvebu: Update defconfig to select SPI support Ezequiel Garcia
2013-02-04 16:38     ` Ezequiel Garcia
2013-02-04 16:38     ` Ezequiel Garcia
     [not found]     ` <1359995888-2385-2-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-05 15:40       ` Gregory CLEMENT
2013-02-05 15:40         ` Gregory CLEMENT
2013-02-04 16:51   ` [PATCH 0/2] ARM: mvebu: Add support for SPI controller in Armada 370/XP Ezequiel Garcia
2013-02-04 16:51     ` Ezequiel Garcia
2013-02-04 18:37     ` Jason Cooper
2013-02-04 18:37       ` Jason Cooper
     [not found]       ` <20130204183733.GM14746-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-02-04 19:29         ` Ezequiel Garcia
2013-02-04 19:29           ` Ezequiel Garcia
2013-02-04 19:47           ` Jason Cooper
2013-02-04 19:47             ` Jason Cooper
     [not found]             ` <20130204194714.GN14746-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-02-04 20:01               ` Ezequiel Garcia
2013-02-04 20:01                 ` Ezequiel Garcia
2013-02-04 19:03     ` Andrew Lunn
2013-02-04 19:03       ` Andrew Lunn
     [not found]       ` <20130204190326.GA20212-g2DYL2Zd6BY@public.gmane.org>
2013-02-04 19:33         ` Ezequiel Garcia
2013-02-04 19:33           ` Ezequiel Garcia
2013-02-05 13:57   ` [PATCH 1/2] " Gregory CLEMENT
2013-02-05 13:57     ` Gregory CLEMENT

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.