提交 e877a5aa 编写于 作者: G Giridhar Maruthy 提交者: Kukjin Kim

ARM: dts: fix tick and alarm irq numbers for exynos5440

The interrupts for RTC tick and alarm interrupt were swapped.
Has been fixed here.
Signed-off-by: NGiridhar Maruthy <giridhar.m@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 b533c868
......@@ -154,6 +154,6 @@
rtc {
compatible = "samsung,s3c6410-rtc";
reg = <0x130000 0x1000>;
interrupts = <0 16 0>, <0 17 0>;
interrupts = <0 17 0>, <0 16 0>;
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册