Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e877a5aa authored by Giridhar Maruthy's avatar Giridhar Maruthy Committed by Kukjin Kim
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};
};