diff options
| author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-17 11:22:18 -0400 |
|---|---|---|
| committer | Wolfram Sang <wsa@the-dreams.de> | 2017-08-13 10:07:17 -0400 |
| commit | 0a1c7959acd9674a0e4e59f911f3e5fbf25fd693 (patch) | |
| tree | 8fb370bc0ad459f9b9911eecf195a2ab9a2695c5 /include/linux/platform_data | |
| parent | 6c448f04c83713c49be7baf341ed6a04d7493a15 (diff) | |
gpu: drm: tc35876x: move header file out of I2C realm
include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/tc35876x.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/platform_data/tc35876x.h b/include/linux/platform_data/tc35876x.h new file mode 100644 index 000000000000..cd6a51c71e7e --- /dev/null +++ b/include/linux/platform_data/tc35876x.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | |||
| 2 | #ifndef _TC35876X_H | ||
| 3 | #define _TC35876X_H | ||
| 4 | |||
| 5 | struct tc35876x_platform_data { | ||
| 6 | int gpio_bridge_reset; | ||
| 7 | int gpio_panel_bl_en; | ||
| 8 | int gpio_panel_vadd; | ||
| 9 | }; | ||
| 10 | |||
| 11 | #endif /* _TC35876X_H */ | ||
