@@ -163,6 +163,9 @@ struct platform_device dma_device = {
.dev = {
.platform_data = &dma_platform_data,
},
+ .archdata = {
+ .hwblk_id = HWBLK_DMAC,
+ },
};
/* Serial */
@@ -189,6 +189,9 @@ static struct platform_device dma0_device = {
.dev = {
.platform_data = &dma0_platform_data,
},
+ .archdata = {
+ .hwblk_id = HWBLK_DMAC0,
+ },
};
static struct platform_device dma1_device = {
@@ -199,6 +202,9 @@ static struct platform_device dma1_device = {
.dev = {
.platform_data = &dma1_platform_data,
},
+ .archdata = {
+ .hwblk_id = HWBLK_DMAC1,
+ },
};
/* Serial */