diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/iommu-omap.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/linux/platform_data/iommu-omap.h b/include/linux/platform_data/iommu-omap.h index c677b9f2fefa..5b429c43a297 100644 --- a/include/linux/platform_data/iommu-omap.h +++ b/include/linux/platform_data/iommu-omap.h | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | #include <linux/platform_device.h> | ||
| 14 | |||
| 13 | #define MMU_REG_SIZE 256 | 15 | #define MMU_REG_SIZE 256 |
| 14 | 16 | ||
| 15 | /** | 17 | /** |
| @@ -42,8 +44,11 @@ struct omap_mmu_dev_attr { | |||
| 42 | 44 | ||
| 43 | struct iommu_platform_data { | 45 | struct iommu_platform_data { |
| 44 | const char *name; | 46 | const char *name; |
| 45 | const char *clk_name; | 47 | const char *reset_name; |
| 46 | const int nr_tlb_entries; | 48 | int nr_tlb_entries; |
| 47 | u32 da_start; | 49 | u32 da_start; |
| 48 | u32 da_end; | 50 | u32 da_end; |
| 51 | |||
| 52 | int (*assert_reset)(struct platform_device *pdev, const char *name); | ||
| 53 | int (*deassert_reset)(struct platform_device *pdev, const char *name); | ||
| 49 | }; | 54 | }; |
