summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-20 08:11:07 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-20 08:11:07 +0000
commitc2fd5acd2e1955f36aa43aa0fa66ac3034dd5d33 (patch)
tree39bfc195bc5e57b4252f29b74d71bad51de3b5db /target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch
parent23651be81bd6018373f0d0a79dc794fb2695a373 (diff)
[ppc40x] merge 2.6.28 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16929 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch')
-rw-r--r--target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch b/target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch
deleted file mode 100644
index 97990909b..000000000
--- a/target/linux/ppc40x/patches/105-magicboxv2-add-cf-card-to-dts.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/arch/powerpc/boot/dts/magicboxv2.dts
-+++ b/arch/powerpc/boot/dts/magicboxv2.dts
-@@ -2,6 +2,7 @@
- * Device Tree Source for Magicbox v2
- *
- * Copyright 2008 Imre Kaloz <kaloz@openwrt.org>
-+ * Copyright 2009 Gabor Juhos <juhosg@openwrt.org>
- *
- * Based on walnut.dts
- *
-@@ -183,6 +184,14 @@
- */
- clock-frequency = <0>; /* Filled in by zImage */
-
-+ cf_card@ff100000 {
-+ compatible = "magicbox-cf";
-+ reg = <0x00000000 0xff100000 0x00001000
-+ 0x00000000 0xff200000 0x00001000>;
-+ interrupt-parent = <&UIC0>;
-+ interrupts = <0x19 0x1 /* IRQ_TYPE_EDGE_RISING */ >;
-+ };
-+
- nor_flash@ffc00000 {
- compatible = "cfi-flash";
- bank-width = <2>;