Skip to content

Commit

Permalink
ARM: dt: dove: wire up RTC interrupt
Browse files Browse the repository at this point in the history
Now that we have a PMU driver, we can wire up the RTC interrupt in the
DT description for Dove.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Russell King authored and Gregory CLEMENT committed Aug 5, 2015
1 parent 8e7c6a3 commit 71296a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@
rtc: real-time-clock@8500 {
compatible = "marvell,orion-rtc";
reg = <0x8500 0x20>;
interrupts = <5>;
};
};

Expand Down

0 comments on commit 71296a3

Please sign in to comment.