The patch titled Subject: ARM: mvebu: add Device Tree description of RTC on Armada 38x has been removed from the -mm tree. Its filename was arm-mvebu-add-device-tree-description-of-rtc-on-armada-38x.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> Subject: ARM: mvebu: add Device Tree description of RTC on Armada 38x The Marvell Armada 38x SoCs contains an RTC which differs from the RTC used in the other mvebu SoCs until now. This commit adds the Device Tree description of this interface at the SoC level. Signed-off-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Jason Cooper <jason@xxxxxxxxxxxxxx> Cc: Andrew Lunn <andrew@xxxxxxx> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@xxxxxxxxx> Cc: Arnaud Ebalard <arno@xxxxxxxxxxxx> Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> Cc: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx> Cc: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx> Cc: Lior Amsalem <alior@xxxxxxxxxxx> Cc: Tawfik Bayouk <tawfik@xxxxxxxxxxx> Cc: Nadav Haklai <nadavh@xxxxxxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/armada-38x.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN arch/arm/boot/dts/armada-38x.dtsi~arm-mvebu-add-device-tree-description-of-rtc-on-armada-38x arch/arm/boot/dts/armada-38x.dtsi --- a/arch/arm/boot/dts/armada-38x.dtsi~arm-mvebu-add-device-tree-description-of-rtc-on-armada-38x +++ a/arch/arm/boot/dts/armada-38x.dtsi @@ -381,6 +381,13 @@ clocks = <&gateclk 4>; }; + rtc@a3800 { + compatible = "marvell,armada-380-rtc"; + reg = <0xa3800 0x20>, <0x184a0 0x0c>; + reg-names = "rtc", "rtc-soc"; + interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; + }; + sata@a8000 { compatible = "marvell,armada-380-ahci"; reg = <0xa8000 0x2000>; _ Patches currently in -mm which might be from gregory.clement@xxxxxxxxxxxxxxxxxx are origin.patch linux-next.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