Skip to content

Commit

Permalink
powerpc/t2080qds: fix rtc interrupt
Browse files Browse the repository at this point in the history
RTC interrupt uses IRQ11 on T2080QDS.

Signed-off-by: Shengzhou Liu <[email protected]>
[[email protected]: fix subject line]
Signed-off-by: Scott Wood <[email protected]>
  • Loading branch information
shengzhou authored and Scott Wood committed Apr 1, 2015
1 parent 56302c5 commit 7f9af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/t208xqds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
rtc@68 {
compatible = "dallas,ds3232";
reg = <0x68>;
interrupts = <0x1 0x1 0 0>;
interrupts = <0xb 0x1 0 0>;
};
};

Expand Down

0 comments on commit 7f9af0a

Please sign in to comment.