summaryrefslogtreecommitdiff
path: root/target/linux/mvebu/patches-3.8/037-arm_mvebu_add_pcie_dt_a370.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/037-arm_mvebu_add_pcie_dt_a370.patch
parenta0848b5884403d5a2d001776216cbf3faf517537 (diff)
downloadmtk-20170518-d0603d6615501216ba6c9cf28c03278cd201c55c.zip
mtk-20170518-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.gz
mtk-20170518-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.bz2
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/037-arm_mvebu_add_pcie_dt_a370.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/037-arm_mvebu_add_pcie_dt_a370.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/mvebu/patches-3.8/037-arm_mvebu_add_pcie_dt_a370.patch b/target/linux/mvebu/patches-3.8/037-arm_mvebu_add_pcie_dt_a370.patch
deleted file mode 100644
index 2cb8a17..0000000
--- a/target/linux/mvebu/patches-3.8/037-arm_mvebu_add_pcie_dt_a370.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-The Armada 370 SoC has two 1x PCIe 2.0 interfaces, so we add the
-necessary Device Tree informations to make these interfaces availabel.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- arch/arm/boot/dts/armada-370.dtsi | 25 +++++++++++++++++++++++++
- 1 file changed, 25 insertions(+)
-
---- a/arch/arm/boot/dts/armada-370.dtsi
-+++ b/arch/arm/boot/dts/armada-370.dtsi
-@@ -153,5 +153,29 @@
- clocks = <&coreclk 0>;
- };
-
-+ pcie-controller {
-+ compatible = "marvell,armada-370-xp-pcie";
-+ status = "disabled";
-+ #address-cells = <1>;
-+ #size-cells = <1>;
-+ ranges = <0 0xd0040000 0x2000
-+ 0x2000 0xd0080000 0x2000>;
-+
-+ pcie0@0xd0040000 {
-+ reg = <0x0 0x2000>;
-+ interrupts = <58>;
-+ clocks = <&gateclk 5>;
-+ status = "disabled";
-+ marvell,pcie-port = <0>;
-+ };
-+
-+ pcie1@0xd0080000 {
-+ reg = <0x2000 0x2000>;
-+ interrupts = <62>;
-+ clocks = <&gateclk 9>;
-+ status = "disabled";
-+ marvell,pcie-port = <1>;
-+ };
-+ };
- };
- };