diff options
author | Seungwhan Youn <sw.youn@samsung.com> | 2010-10-19 18:42:34 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 16:10:47 +0900 |
commit | 9d59c17ab5e0d1891f10df951d8e5fc0c83cb966 (patch) | |
tree | 493a21c7dd314041ca25f47915b9638882c9e42d /arch/arm/mach-s5p64x0 | |
parent | b05d85350cce3f7da40cefd29305571f6230fbf7 (diff) | |
download | blackbird-obmc-linux-9d59c17ab5e0d1891f10df951d8e5fc0c83cb966.tar.gz blackbird-obmc-linux-9d59c17ab5e0d1891f10df951d8e5fc0c83cb966.zip |
ARM: S5P: Reorder DMA platform device id
This patch is matched-up DMA platform device id to its clock id.
Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0')
-rw-r--r-- | arch/arm/mach-s5p64x0/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/dma.c b/arch/arm/mach-s5p64x0/dma.c index 29a8c2410049..d7ad944b3475 100644 --- a/arch/arm/mach-s5p64x0/dma.c +++ b/arch/arm/mach-s5p64x0/dma.c @@ -122,7 +122,7 @@ static struct s3c_pl330_platdata s5p6450_pdma_pdata = { static struct platform_device s5p64x0_device_pdma = { .name = "s3c-pl330", - .id = 0, + .id = -1, .num_resources = ARRAY_SIZE(s5p64x0_pdma_resource), .resource = s5p64x0_pdma_resource, .dev = { |