projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ARM: socfpga: dts: fix pdma interrupt
author
Steffen Trumtrar
<s.trumtrar@pengutronix.de>
Wed, 2 Apr 2014 15:39:35 +0000
(10:39 -0500)
committer
Dinh Nguyen
<dinguyen@altera.com>
Tue, 6 May 2014 03:31:37 +0000
(22:31 -0500)
The first interrupt is not at 180 but 104. Fix it.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
arch/arm/boot/dts/socfpga.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/socfpga.dtsi
b/arch/arm/boot/dts/socfpga.dtsi
index 56fc214e6d2c3a6fd67f7ce41f11f0ec9a4c8abc..97a9346a7bc59b6ebabb460b3c0616b455465f01 100644
(file)
--- a/
arch/arm/boot/dts/socfpga.dtsi
+++ b/
arch/arm/boot/dts/socfpga.dtsi
@@
-75,7
+75,7
@@
pdma: pdma@ffe01000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0xffe01000 0x1000>;
- interrupts = <0 1
80
4>;
+ interrupts = <0 1
04
4>;
#dma-cells = <1>;
#dma-channels = <8>;
#dma-requests = <32>;