diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-22 10:08:29 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-22 10:08:29 +0000 |
commit | 62797a4d2475b9eef8f5cbb56efbbaa8a1a808c0 (patch) | |
tree | 4c959127f96503e2efb55fc42ec85b0832bdd0d0 /target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch | |
parent | dbc7cc20bf2b5bb53cfbda812614270f81ac042c (diff) |
[ppc40x] add ATA version of the Magicbox CF driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16955 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch')
-rw-r--r-- | target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch b/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch index 8ef10c89e9..761c5602f5 100644 --- a/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch +++ b/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch @@ -281,7 +281,7 @@ + clock-frequency = <0>; /* Filled in by zImage */ + + cf_card@ff100000 { -+ compatible = "magicbox-cf"; ++ compatible = "magicbox-cf", "pata-magicbox-cf"; + reg = <0x00000000 0xff100000 0x00001000 + 0x00000000 0xff200000 0x00001000>; + interrupt-parent = <&UIC0>; |