aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-27 01:52:28 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-27 01:52:28 +0000
commitd0603d6615501216ba6c9cf28c03278cd201c55c (patch)
treee09a3c949729bd57dfffcccfd12b4de253616c3d /target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch
parenta0848b5884403d5a2d001776216cbf3faf517537 (diff)
downloadupstream-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.gz
upstream-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.bz2
upstream-d0603d6615501216ba6c9cf28c03278cd201c55c.zip
mvebu: drop 3.8 support
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38225
Diffstat (limited to 'target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch b/target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch
deleted file mode 100644
index 307e815465..0000000000
--- a/target/linux/mvebu/patches-3.8/020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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@free-electrons.com>
-Acked-by: Andrew Lunn <andrew@lunn.ch>
----
- arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++++++
- 1 file changed, 6 insertions(+)
-
---- a/arch/arm/boot/dts/armada-370-xp.dtsi
-+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
-@@ -139,6 +139,12 @@
- clocks = <&gateclk 17>;
- status = "disabled";
- };
-+
-+ rtc@10300 {
-+ compatible = "marvell,orion-rtc";
-+ reg = <0xd0010300 0x20>;
-+ interrupts = <50>;
-+ };
- };
- };
-