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

Commit 7f9af0a6 authored by Shengzhou Liu's avatar Shengzhou Liu Committed by Scott Wood
Browse files

powerpc/t2080qds: fix rtc interrupt



RTC interrupt uses IRQ11 on T2080QDS.

Signed-off-by: default avatarShengzhou Liu <Shengzhou.Liu@freescale.com>
[scottwood@freescale.com: fix subject line]
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 56302c53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@
					rtc@68 {
						compatible = "dallas,ds3232";
						reg = <0x68>;
						interrupts = <0x1 0x1 0 0>;
						interrupts = <0xb 0x1 0 0>;
					};
				};