The patch titled Subject: arm: mvebu: add RTC support for Armada 370 and Armada XP has been added to the -mm tree. Its filename is arm-mvebu-add-rtc-support-for-armada-370-and-armada-xp.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> Subject: arm: mvebu: add RTC support for Armada 370 and Armada XP The Armada 370 and Armada XP Socs have the same controller that the one used in the orion platforms. This patch updates the device tree for these SoCs. Signed-off-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> Acked-by: Andrew Lunn <andrew@xxxxxxx> Cc: Russell King <linux@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN arch/arm/boot/dts/armada-370-xp.dtsi~arm-mvebu-add-rtc-support-for-armada-370-and-armada-xp arch/arm/boot/dts/armada-370-xp.dtsi --- a/arch/arm/boot/dts/armada-370-xp.dtsi~arm-mvebu-add-rtc-support-for-armada-370-and-armada-xp +++ a/arch/arm/boot/dts/armada-370-xp.dtsi @@ -131,6 +131,12 @@ clocks = <&coreclk 0>; status = "disabled"; }; + + rtc@10300 { + compatible = "marvell,orion-rtc"; + reg = <0xd0010300 0x20>; + interrupts = <50>; + }; }; }; _ Patches currently in -mm which might be from gregory.clement@xxxxxxxxxxxxxxxxxx are linux-next.patch rtc-add-support-of-rtc-mv-for-mvebu-socs.patch arm-mvebu-add-rtc-support-for-armada-370-and-armada-xp.patch arm-mvebu-update-defconfig-with-marvell-rtc-support.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html