diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-20 08:11:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-20 08:11:07 +0000 |
commit | a6bea07a5ecfacc42c5f4bfe5e926bfc1d25c457 (patch) | |
tree | 17a5d2a3639502c611abe786dd1bbf0d82895cc7 /target/linux/ppc40x/patches/103-openrb-light-add-cf-card-to-dts.patch | |
parent | b78215b71d1e61ac5d12bea2787326f13557d1ef (diff) | |
download | upstream-a6bea07a5ecfacc42c5f4bfe5e926bfc1d25c457.tar.gz upstream-a6bea07a5ecfacc42c5f4bfe5e926bfc1d25c457.tar.bz2 upstream-a6bea07a5ecfacc42c5f4bfe5e926bfc1d25c457.zip |
merge 2.6.28 patches
SVN-Revision: 16929
Diffstat (limited to 'target/linux/ppc40x/patches/103-openrb-light-add-cf-card-to-dts.patch')
-rw-r--r-- | target/linux/ppc40x/patches/103-openrb-light-add-cf-card-to-dts.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/ppc40x/patches/103-openrb-light-add-cf-card-to-dts.patch b/target/linux/ppc40x/patches/103-openrb-light-add-cf-card-to-dts.patch deleted file mode 100644 index ee49aa1c9d..0000000000 --- a/target/linux/ppc40x/patches/103-openrb-light-add-cf-card-to-dts.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/arch/powerpc/boot/dts/openrb-light.dts -+++ b/arch/powerpc/boot/dts/openrb-light.dts -@@ -177,6 +177,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@ff800000 { - compatible = "cfi-flash"; - bank-width = <2>; |