1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * sky81452.h SKY81452 MFD driver 2 * sky81452.h SKY81452 MFD driver 4 * 3 * 5 * Copyright 2014 Skyworks Solutions Inc. 4 * Copyright 2014 Skyworks Solutions Inc. 6 * Author : Gyungoh Yoo <jack.yoo@skyworksinc. 5 * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com> >> 6 * >> 7 * This program is free software; you can redistribute it and/or modify it >> 8 * under the terms of the GNU General Public License version 2 >> 9 * as published by the Free Software Foundation. >> 10 * >> 11 * This program is distributed in the hope that it will be useful, but >> 12 * WITHOUT ANY WARRANTY; without even the implied warranty of >> 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >> 14 * General Public License for more details. >> 15 * >> 16 * You should have received a copy of the GNU General Public License along >> 17 * with this program; if not, see <http://www.gnu.org/licenses/>. 7 */ 18 */ 8 19 9 #ifndef _SKY81452_H 20 #ifndef _SKY81452_H 10 #define _SKY81452_H 21 #define _SKY81452_H 11 22 >> 23 #include <linux/platform_data/sky81452-backlight.h> 12 #include <linux/regulator/machine.h> 24 #include <linux/regulator/machine.h> 13 25 14 struct sky81452_platform_data { 26 struct sky81452_platform_data { >> 27 struct sky81452_bl_platform_data *bl_pdata; 15 struct regulator_init_data *regulator_ 28 struct regulator_init_data *regulator_init_data; 16 }; 29 }; 17 30 18 #endif 31 #endif 19 32
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.