Explorar o código

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>
Giridhar Maruthy %!s(int64=12) %!d(string=hai) anos
pai
achega
e877a5aa17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/arm/boot/dts/exynos5440.dtsi

+ 1 - 1
arch/arm/boot/dts/exynos5440.dtsi

@@ -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>;
 	};
 	};
 };
 };