Skip to content

Commit

Permalink
spi/pl022: delete DB5500 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Jul 2, 2012
1 parent fd31694 commit 42f978c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
{
/*
Expand Down Expand Up @@ -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 },
};

Expand Down

0 comments on commit 42f978c

Please sign in to comment.