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

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
......@@ -152,7 +152,7 @@ eeprom@57 {
rtc@68 {
compatible = "dallas,ds3232";
reg = <0x68>;
interrupts = <0x1 0x1 0 0>;
interrupts = <0xb 0x1 0 0>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment