mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
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: Giridhar Maruthy <giridhar.m@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
b533c8685b
commit
e877a5aa17
@ -154,6 +154,6 @@
|
|||||||
rtc {
|
rtc {
|
||||||
compatible = "samsung,s3c6410-rtc";
|
compatible = "samsung,s3c6410-rtc";
|
||||||
reg = <0x130000 0x1000>;
|
reg = <0x130000 0x1000>;
|
||||||
interrupts = <0 16 0>, <0 17 0>;
|
interrupts = <0 17 0>, <0 16 0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user