diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 08:50:56 -0500 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 15:07:21 -0500 |
commit | 9ca3dc805cd0d89c44f88b9a399061946781323a (patch) | |
tree | f00c3eae8adfb627a4daaae8a02c2883347bdcd8 /drivers/mfd/mcp-sa11x0.c | |
parent | cc647172795713e013f8de4bcdf91860e9e87bff (diff) |
add gpiolib support to ucb1x00
The old access methods to the gpios will be removed when
all users has been converted. (mainly ucb1x00-ts)
Diffstat (limited to 'drivers/mfd/mcp-sa11x0.c')
-rw-r--r-- | drivers/mfd/mcp-sa11x0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/mcp-sa11x0.c b/drivers/mfd/mcp-sa11x0.c index 212189815c8e..258427232728 100644 --- a/drivers/mfd/mcp-sa11x0.c +++ b/drivers/mfd/mcp-sa11x0.c | |||
@@ -163,6 +163,7 @@ static int mcp_sa11x0_probe(struct platform_device *pdev) | |||
163 | mcp->dma_audio_wr = DMA_Ser4MCP0Wr; | 163 | mcp->dma_audio_wr = DMA_Ser4MCP0Wr; |
164 | mcp->dma_telco_rd = DMA_Ser4MCP1Rd; | 164 | mcp->dma_telco_rd = DMA_Ser4MCP1Rd; |
165 | mcp->dma_telco_wr = DMA_Ser4MCP1Wr; | 165 | mcp->dma_telco_wr = DMA_Ser4MCP1Wr; |
166 | mcp->gpio_base = data->gpio_base; | ||
166 | 167 | ||
167 | platform_set_drvdata(pdev, mcp); | 168 | platform_set_drvdata(pdev, mcp); |
168 | 169 | ||