diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-22 10:08:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-22 10:08:29 +0000 |
commit | 5bba8519fd3008bbcc08e897b67cf0431f5fd98c (patch) | |
tree | f06475b1262fc50be1e2a567594bde2505c43105 /target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch | |
parent | 47dd6b07895af123169b79fddf1cd123af13c3cc (diff) | |
download | upstream-5bba8519fd3008bbcc08e897b67cf0431f5fd98c.tar.gz upstream-5bba8519fd3008bbcc08e897b67cf0431f5fd98c.tar.bz2 upstream-5bba8519fd3008bbcc08e897b67cf0431f5fd98c.zip |
add ATA version of the Magicbox CF driver
SVN-Revision: 16955
Diffstat (limited to 'target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch')
-rw-r--r-- | target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch b/target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch index 4a3a8e2115..9048da5786 100644 --- a/target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch +++ b/target/linux/ppc40x/patches-2.6.30/007-openrb-light.patch @@ -301,7 +301,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>; |