diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/ti-aemif.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/linux/platform_data/ti-aemif.h b/include/linux/platform_data/ti-aemif.h new file mode 100644 index 000000000000..ac72e115093c --- /dev/null +++ b/include/linux/platform_data/ti-aemif.h | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | /* | ||
| 2 | * TI DaVinci AEMIF platform glue. | ||
| 3 | * | ||
| 4 | * Copyright (C) 2017 BayLibre SAS | ||
| 5 | * | ||
| 6 | * Author: | ||
| 7 | * Bartosz Golaszewski <bgolaszewski@baylibre.com> | ||
| 8 | * | ||
| 9 | * This program is free software; you can redistribute it and/or modify | ||
| 10 | * it under the terms of the GNU General Public License version 2 as | ||
| 11 | * published by the Free Software Foundation. | ||
| 12 | */ | ||
| 13 | |||
| 14 | #ifndef __TI_DAVINCI_AEMIF_DATA_H__ | ||
| 15 | #define __TI_DAVINCI_AEMIF_DATA_H__ | ||
| 16 | |||
| 17 | #include <linux/of_platform.h> | ||
| 18 | |||
| 19 | struct aemif_platform_data { | ||
| 20 | struct of_dev_auxdata *dev_lookup; | ||
| 21 | }; | ||
| 22 | |||
| 23 | #endif /* __TI_DAVINCI_AEMIF_DATA_H__ */ | ||
