powerpc/t2080qds: fix rtc interrupt

RTC interrupt uses IRQ11 on T2080QDS.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[scottwood@freescale.com: fix subject line]
Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
Shengzhou Liu 2015-03-27 18:49:17 +08:00 committed by Scott Wood
parent 56302c53d3
commit 7f9af0a6d5

View file

@ -152,7 +152,7 @@
rtc@68 {
compatible = "dallas,ds3232";
reg = <0x68>;
interrupts = <0x1 0x1 0 0>;
interrupts = <0xb 0x1 0 0>;
};
};