aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pl022.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-06-12 09:06:44 -0400
committerLinus Walleij <linus.walleij@linaro.org>2012-07-02 07:55:36 -0400
commit42f978c3ef26db2a125eff24557a007ab8dd3e8d (patch)
tree0823c9de47f407836a32ab78f486dc132da02118 /drivers/spi/spi-pl022.c
parentfd316941cfee1fbd12746afea83720fb7823888a (diff)
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/spi-pl022.c')
-rw-r--r--drivers/spi/spi-pl022.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c
index 469eb28e832..5eab281a5be 100644
--- a/drivers/spi/spi-pl022.c
+++ b/drivers/spi/spi-pl022.c
@@ -2256,15 +2256,6 @@ static struct vendor_data vendor_st_pl023 = {
2256 .loopback = false, 2256 .loopback = false,
2257}; 2257};
2258 2258
2259static struct vendor_data vendor_db5500_pl023 = {
2260 .fifodepth = 32,
2261 .max_bpw = 32,
2262 .unidir = false,
2263 .extended_cr = true,
2264 .pl023 = true,
2265 .loopback = true,
2266};
2267
2268static struct amba_id pl022_ids[] = { 2259static struct amba_id pl022_ids[] = {
2269 { 2260 {
2270 /* 2261 /*
@@ -2296,11 +2287,6 @@ static struct amba_id pl022_ids[] = {
2296 .mask = 0xffffffff, 2287 .mask = 0xffffffff,
2297 .data = &vendor_st_pl023, 2288 .data = &vendor_st_pl023,
2298 }, 2289 },
2299 {
2300 .id = 0x10080023,
2301 .mask = 0xffffffff,
2302 .data = &vendor_db5500_pl023,
2303 },
2304 { 0, 0 }, 2290 { 0, 0 },
2305}; 2291};
2306 2292