aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.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
commite0e36cb5d987c6515f2b9c6ed4e4df6c84f18541 (patch)
tree90b32b568e37dd68264a916ebdcdb807897b2451 /target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.patch
parent896a6277b51daa7f253d849a7a501959dfcf705e (diff)
downloadmaster-187ad058-e0e36cb5d987c6515f2b9c6ed4e4df6c84f18541.tar.gz
master-187ad058-e0e36cb5d987c6515f2b9c6ed4e4df6c84f18541.tar.bz2
master-187ad058-e0e36cb5d987c6515f2b9c6ed4e4df6c84f18541.zip
mvebu: drop 3.8 support
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38225 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.patch b/target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.patch
deleted file mode 100644
index 2cccc0357b..0000000000
--- a/target/linux/mvebu/patches-3.8/029-clk_mvebu_create_parent_child_relation.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-The Armada 370 has two gatable clocks for each PCIe interface, and we
-want both of them to be enabled. We therefore make one of the two
-clocks a child of the other, as we did for the sataX and sataXlnk
-clocks on Armada XP.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Cc: Mike Turquette <mturquette@linaro.org>
----
- drivers/clk/mvebu/clk-gating-ctrl.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/drivers/clk/mvebu/clk-gating-ctrl.c
-+++ b/drivers/clk/mvebu/clk-gating-ctrl.c
-@@ -119,8 +119,8 @@ static const struct mvebu_soc_descr __in
- { "pex1_en", NULL, 2 },
- { "ge1", NULL, 3 },
- { "ge0", NULL, 4 },
-- { "pex0", NULL, 5 },
-- { "pex1", NULL, 9 },
-+ { "pex0", "pex0_en", 5 },
-+ { "pex1", "pex1_en", 9 },
- { "sata0", NULL, 15 },
- { "sdio", NULL, 17 },
- { "tdm", NULL, 25 },