[linux-yocto] [PATCH 02/89] arm/boot/dts: Change the timer interrupt numbers to match the new simulator.
Paul Butler
butler.paul at gmail.com
Sun Oct 27 12:32:27 PDT 2013
From: John Jacques <john.jacques at lsi.com>
Signed-off-by: John Jacques <john.jacques at lsi.com>
---
arch/arm/boot/dts/axm55xxsim.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/axm55xxsim.dts b/arch/arm/boot/dts/axm55xxsim.dts
index 4972da9..3a812f6 100644
--- a/arch/arm/boot/dts/axm55xxsim.dts
+++ b/arch/arm/boot/dts/axm55xxsim.dts
@@ -254,14 +254,14 @@
axxia_timers: timer at 2010091000 {
compatible = "arm,sp804", "arm,primecell";
reg = <0x20 0x10091000 0 0x1000>;
- interrupts = <0 47 4>,
+ interrupts = <0 46 4>,
+ <0 47 4>,
<0 48 4>,
<0 49 4>,
<0 50 4>,
<0 51 4>,
<0 52 4>,
- <0 53 4>,
- <0 54 4>;
+ <0 53 4>;
};
gpio at 2010092000 {
--
1.8.3.4
More information about the linux-yocto
mailing list