public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm: orion5x: devicetree fixups and additions
@ 2013-03-23 18:08 Alexander Clouter
  2013-03-23 18:09 ` [PATCH 1/3] arm: orion5x: fix orion5x.dtsi gpio parameters Alexander Clouter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexander Clouter @ 2013-03-23 18:08 UTC (permalink / raw)
  To: linux-arm-kernel

Fixups and additional DT bindings for orion5x.

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>

Alexander Clouter (3):
  arm: orion5x: fix orion5x.dtsi gpio parameters
  arm: orion5x: add ehci bindings to dtsi
  arm: orion5x: enable xor for orion5x platform

 arch/arm/boot/dts/orion5x.dtsi |   38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

-- 
1.7.10.4

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

* [PATCH 1/3] arm: orion5x: fix orion5x.dtsi gpio parameters
  2013-03-23 18:08 [PATCH 0/3] arm: orion5x: devicetree fixups and additions Alexander Clouter
@ 2013-03-23 18:09 ` Alexander Clouter
  2013-03-23 18:09 ` [PATCH 2/3] arm: orion5x: add ehci bindings to dtsi Alexander Clouter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alexander Clouter @ 2013-03-23 18:09 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
---
 arch/arm/boot/dts/orion5x.dtsi |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 8aad00f..9bde027 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -13,6 +13,9 @@
 	compatible = "marvell,orion5x";
 	interrupt-parent = <&intc>;
 
+	aliases {
+		gpio0 = &gpio0;
+	};
 	intc: interrupt-controller {
 		compatible = "marvell,orion-intc", "marvell,intc";
 		interrupt-controller;
@@ -32,7 +35,7 @@
 			#gpio-cells = <2>;
 			gpio-controller;
 			reg = <0x10100 0x40>;
-			ngpio = <32>;
+			ngpios = <32>;
 			interrupts = <6>, <7>, <8>, <9>;
 		};
 
-- 
1.7.10.4

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

* [PATCH 2/3] arm: orion5x: add ehci bindings to dtsi
  2013-03-23 18:08 [PATCH 0/3] arm: orion5x: devicetree fixups and additions Alexander Clouter
  2013-03-23 18:09 ` [PATCH 1/3] arm: orion5x: fix orion5x.dtsi gpio parameters Alexander Clouter
@ 2013-03-23 18:09 ` Alexander Clouter
  2013-03-23 18:09 ` [PATCH 3/3] arm: orion5x: enable xor for orion5x platform Alexander Clouter
  2013-03-23 20:42 ` [PATCH 0/3] arm: orion5x: devicetree fixups and additions Arnd Bergmann
  3 siblings, 0 replies; 5+ messages in thread
From: Alexander Clouter @ 2013-03-23 18:09 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
---
 arch/arm/boot/dts/orion5x.dtsi |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 9bde027..e304f11 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -72,6 +72,20 @@
 			status = "okay";
 		};
 
+		ehci at 50000 {
+			compatible = "marvell,orion-ehci";
+			reg = <0x50000 0x1000>;
+			interrupts = <17>;
+			status = "disabled";
+		};
+
+		ehci at a0000 {
+			compatible = "marvell,orion-ehci";
+			reg = <0xa0000 0x1000>;
+			interrupts = <12>;
+			status = "disabled";
+		};
+
 		sata at 80000 {
 			compatible = "marvell,orion-sata";
 			reg = <0x80000 0x5000>;
-- 
1.7.10.4

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

* [PATCH 3/3] arm: orion5x: enable xor for orion5x platform
  2013-03-23 18:08 [PATCH 0/3] arm: orion5x: devicetree fixups and additions Alexander Clouter
  2013-03-23 18:09 ` [PATCH 1/3] arm: orion5x: fix orion5x.dtsi gpio parameters Alexander Clouter
  2013-03-23 18:09 ` [PATCH 2/3] arm: orion5x: add ehci bindings to dtsi Alexander Clouter
@ 2013-03-23 18:09 ` Alexander Clouter
  2013-03-23 20:42 ` [PATCH 0/3] arm: orion5x: devicetree fixups and additions Arnd Bergmann
  3 siblings, 0 replies; 5+ messages in thread
From: Alexander Clouter @ 2013-03-23 18:09 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
---
 arch/arm/boot/dts/orion5x.dtsi |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index e304f11..3944b9b 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -103,6 +103,25 @@
 			status = "disabled";
 		};
 
+		xor at 60900 {
+			compatible = "marvell,orion-xor";
+			reg = <0x60900 0x100
+			       0x60b00 0x100>;
+			status = "okay";
+
+			xor00 {
+			      interrupts = <30>;
+			      dmacap,memcpy;
+			      dmacap,xor;
+			};
+			xor01 {
+			      interrupts = <31>;
+			      dmacap,memcpy;
+			      dmacap,xor;
+			      dmacap,memset;
+			};
+		};
+
 		crypto at 90000 {
 			compatible = "marvell,orion-crypto";
 			reg = <0x90000 0x10000>,
-- 
1.7.10.4

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

* [PATCH 0/3] arm: orion5x: devicetree fixups and additions
  2013-03-23 18:08 [PATCH 0/3] arm: orion5x: devicetree fixups and additions Alexander Clouter
                   ` (2 preceding siblings ...)
  2013-03-23 18:09 ` [PATCH 3/3] arm: orion5x: enable xor for orion5x platform Alexander Clouter
@ 2013-03-23 20:42 ` Arnd Bergmann
  3 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2013-03-23 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Saturday 23 March 2013, Alexander Clouter wrote:
> Fixups and additional DT bindings for orion5x.
> 
> Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
> 
> Alexander Clouter (3):
>   arm: orion5x: fix orion5x.dtsi gpio parameters
>   arm: orion5x: add ehci bindings to dtsi
>   arm: orion5x: enable xor for orion5x platform

The patches all look reasonable, but please add a description for
each patch.

	Arnd

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

end of thread, other threads:[~2013-03-23 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23 18:08 [PATCH 0/3] arm: orion5x: devicetree fixups and additions Alexander Clouter
2013-03-23 18:09 ` [PATCH 1/3] arm: orion5x: fix orion5x.dtsi gpio parameters Alexander Clouter
2013-03-23 18:09 ` [PATCH 2/3] arm: orion5x: add ehci bindings to dtsi Alexander Clouter
2013-03-23 18:09 ` [PATCH 3/3] arm: orion5x: enable xor for orion5x platform Alexander Clouter
2013-03-23 20:42 ` [PATCH 0/3] arm: orion5x: devicetree fixups and additions Arnd Bergmann

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