summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/019-rtc_add_support_for_rtc_mv_for_mvebu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-3.8/019-rtc_add_support_for_rtc_mv_for_mvebu.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/019-rtc_add_support_for_rtc_mv_for_mvebu.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.8/019-rtc_add_support_for_rtc_mv_for_mvebu.patch b/target/linux/mvebu/patches-3.8/019-rtc_add_support_for_rtc_mv_for_mvebu.patch
new file mode 100644
index 000000000..0142f251f
--- /dev/null
+++ b/target/linux/mvebu/patches-3.8/019-rtc_add_support_for_rtc_mv_for_mvebu.patch
@@ -0,0 +1,25 @@
+The Armada 370 and Armada XP Socs have the same controller that the
+one used in the orion platforms. This patch enables the selection of
+rtc-mv with mvebu platforms.
+
+Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
+Acked-by: Andrew Lunn <andrew@lunn.ch>
+---
+ drivers/rtc/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
+index 19c03ab..9356f75 100644
+--- a/drivers/rtc/Kconfig
++++ b/drivers/rtc/Kconfig
+@@ -994,7 +994,7 @@ config RTC_DRV_TX4939
+
+ config RTC_DRV_MV
+ tristate "Marvell SoC RTC"
+- depends on ARCH_KIRKWOOD || ARCH_DOVE
++ depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU
+ help
+ If you say yes here you will get support for the in-chip RTC
+ that can be found in some of Marvell's SoC devices, such as
+--
+1.7.9.5