aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-01-25 05:18:10 -0500
committerDan Williams <dan.j.williams@intel.com>2011-01-31 01:27:16 -0500
commit4d5949009e585b2bcf09dc4de625351f987a1e6d (patch)
treee94a51dad6f8750d3ad0539e0a54918b4144a64e /drivers
parent6db5a8ba11bf23d1618e392518f1684cbf2fe031 (diff)
dma40: fix comment to refer to SOCs rather than boards
And add DB8500v2 information. Acked-by: Per Forlin <per.forlin@stericsson.com> Acked-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/ste_dma40.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
index ab3ca6af7dbd..0faae662ad15 100644
--- a/drivers/dma/ste_dma40.c
+++ b/drivers/dma/ste_dma40.c
@@ -2497,9 +2497,10 @@ static struct d40_base * __init d40_hw_detect_init(struct platform_device *pdev)
2497 { .reg = D40_DREG_PERIPHID1, .val = 0x0000}, 2497 { .reg = D40_DREG_PERIPHID1, .val = 0x0000},
2498 /* 2498 /*
2499 * D40_DREG_PERIPHID2 Depends on HW revision: 2499 * D40_DREG_PERIPHID2 Depends on HW revision:
2500 * MOP500/HREF ED has 0x0008, 2500 * DB8500ed has 0x0008,
2501 * ? has 0x0018, 2501 * ? has 0x0018,
2502 * HREF V1 has 0x0028 2502 * DB8500v1 has 0x0028
2503 * DB8500v2 has 0x0038
2503 */ 2504 */
2504 { .reg = D40_DREG_PERIPHID3, .val = 0x0000}, 2505 { .reg = D40_DREG_PERIPHID3, .val = 0x0000},
2505 2506