linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: socfpga: dts: fix pdma interrupt
@ 2014-03-31 15:39 Steffen Trumtrar
  2014-03-31 15:39 ` [PATCH 2/6] ARM: socfpga: dts: add remaining interrupts for pdma Steffen Trumtrar
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2014-03-31 15:39 UTC (permalink / raw)
  To: linux-arm-kernel

The first interrupt is not at 180 but 104. Fix it.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm/boot/dts/socfpga.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 537f1a5..0c3344f 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -75,7 +75,7 @@
 			pdma: pdma at ffe01000 {
 				compatible = "arm,pl330", "arm,primecell";
 				reg = <0xffe01000 0x1000>;
-				interrupts = <0 180 4>;
+				interrupts = <0 104 4>;
 				#dma-cells = <1>;
 				#dma-channels = <8>;
 				#dma-requests = <32>;
-- 
1.9.1

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

end of thread, other threads:[~2014-04-02  6:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 15:39 [PATCH 1/6] ARM: socfpga: dts: fix pdma interrupt Steffen Trumtrar
2014-03-31 15:39 ` [PATCH 2/6] ARM: socfpga: dts: add remaining interrupts for pdma Steffen Trumtrar
2014-03-31 15:40 ` [PATCH 3/6] ARM: socfpga: dts: add i2c busses Steffen Trumtrar
2014-04-01 19:32   ` Dinh Nguyen
2014-04-02  6:57     ` Steffen Trumtrar
2014-03-31 15:40 ` [PATCH 4/6] ARM: socfpga: dts: add can0+1 Steffen Trumtrar
2014-04-01 19:34   ` Dinh Nguyen
2014-04-02  6:54     ` Steffen Trumtrar
2014-03-31 15:40 ` [PATCH 5/6] ARM: socfpga: dts: add support for EBV SOCrates Steffen Trumtrar
2014-03-31 15:40 ` [PATCH 6/6] ARM: socfpga: dts: add rtc on i2c0 to socrates Steffen Trumtrar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).