aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch b/target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch
deleted file mode 100644
index bf4d9d4f5f..0000000000
--- a/target/linux/mvebu/patches-3.8/010-arm_mvebu_add_dt_info_a370.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Now that the mvsdio MMC driver has a Device Tree binding, we add the
-Device Tree informations to describe the SDIO interface available in
-the Armada 370/XP SoCs.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- arch/arm/boot/dts/armada-370-xp.dtsi | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/arch/arm/boot/dts/armada-370-xp.dtsi
-+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
-@@ -131,6 +131,14 @@
- clocks = <&coreclk 0>;
- status = "disabled";
- };
-+
-+ mvsdio@d00d4000 {
-+ compatible = "marvell,orion-sdio";
-+ reg = <0xd00d4000 0x200>;
-+ interrupts = <54>;
-+ clocks = <&gateclk 17>;
-+ status = "disabled";
-+ };
- };
- };
-