@@ -145,6 +145,9 @@ struct platform_device dma_device = {
.dev = {
.platform_data = &dma_platform_data,
},
+ .archdata = {
+ .hwblk_id = HWBLK_DMAC,
+ },
};
/* Serial */
@@ -156,6 +156,9 @@ static struct platform_device dma0_device = {
.dev = {
.platform_data = &dma0_platform_data,
},
+ .archdata = {
+ .hwblk_id = HWBLK_DMAC0,
+ },
};
static struct platform_device dma1_device = {
@@ -166,6 +169,9 @@ static struct platform_device dma1_device = {
.dev = {
.platform_data = &dma1_platform_data,
},
+ .archdata = {
+ .hwblk_id = HWBLK_DMAC1,
+ },
};
/* Serial */