Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: fix tick and alarm inq numbers for exynos5440
@ 2013-01-19  4:57 Kukjin Kim
  2013-01-20  4:00 ` Sachin Kamat
  0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2013-01-19  4:57 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Giridhar Maruthy, Kukjin Kim

From: Giridhar Maruthy <giridhar.m@samsung.com>

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>
---
 arch/arm/boot/dts/exynos5440.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 25f0fa6..5f3562a 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -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>;
 	};
 };
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-23  1:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19  4:57 [PATCH] ARM: dts: fix tick and alarm inq numbers for exynos5440 Kukjin Kim
2013-01-20  4:00 ` Sachin Kamat
2013-01-23  1:56   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox