diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-06-12 15:06:44 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-07-02 13:55:36 +0200 |
commit | 42f978c3ef26db2a125eff24557a007ab8dd3e8d (patch) | |
tree | 0823c9de47f407836a32ab78f486dc132da02118 /drivers/spi | |
parent | fd316941cfee1fbd12746afea83720fb7823888a (diff) | |
download | blackbird-op-linux-42f978c3ef26db2a125eff24557a007ab8dd3e8d.tar.gz blackbird-op-linux-42f978c3ef26db2a125eff24557a007ab8dd3e8d.zip |
spi/pl022: delete DB5500 support
This ASIC variant has been deleted from the ARM tree, no need
to keep support around.
Cc: Vinit Shenoy <vinit.shenoy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-pl022.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index 469eb28e8328..5eab281a5be9 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -2256,15 +2256,6 @@ static struct vendor_data vendor_st_pl023 = { .loopback = false, }; -static struct vendor_data vendor_db5500_pl023 = { - .fifodepth = 32, - .max_bpw = 32, - .unidir = false, - .extended_cr = true, - .pl023 = true, - .loopback = true, -}; - static struct amba_id pl022_ids[] = { { /* @@ -2296,11 +2287,6 @@ static struct amba_id pl022_ids[] = { .mask = 0xffffffff, .data = &vendor_st_pl023, }, - { - .id = 0x10080023, - .mask = 0xffffffff, - .data = &vendor_db5500_pl023, - }, { 0, 0 }, }; |