Commit e877a5aa authored by Giridhar Maruthy's avatar Giridhar Maruthy Committed by 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: default avatarGiridhar Maruthy <giridhar.m@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent b533c868
......@@ -154,6 +154,6 @@ pdma1: pdma@121B0000 {
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment