Thomas Gleixner | caab277 | 2019-06-03 07:44:50 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Gyungoh Yoo | 2698dc2 | 2015-02-27 15:42:21 +0900 | [diff] [blame] | 2 | /* |
| 3 | * sky81452.h SKY81452 MFD driver |
| 4 | * |
| 5 | * Copyright 2014 Skyworks Solutions Inc. |
| 6 | * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com> |
Gyungoh Yoo | 2698dc2 | 2015-02-27 15:42:21 +0900 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef _SKY81452_H |
| 10 | #define _SKY81452_H |
| 11 | |
| 12 | #include <linux/platform_data/sky81452-backlight.h> |
| 13 | #include <linux/regulator/machine.h> |
| 14 | |
| 15 | struct sky81452_platform_data { |
| 16 | struct sky81452_bl_platform_data *bl_pdata; |
| 17 | struct regulator_init_data *regulator_init_data; |
| 18 | }; |
| 19 | |
| 20 | #endif |