| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Register definitions for Rockchip's RK808/RK818 PMIC |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * Copyright (C) 2016 PHYTEC Messtechnik GmbH |
|---|
| 10 | 11 | * |
|---|
| 11 | 12 | * Author: Wadim Egorov <w.egorov@phytec.de> |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 14 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 15 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 16 | | - * |
|---|
| 17 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 18 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 19 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 20 | | - * more details. |
|---|
| 21 | 13 | */ |
|---|
| 22 | 14 | |
|---|
| 23 | 15 | #ifndef __LINUX_REGULATOR_RK808_H |
|---|
| .. | .. |
|---|
| 1075 | 1067 | long variant; |
|---|
| 1076 | 1068 | const struct regmap_config *regmap_cfg; |
|---|
| 1077 | 1069 | const struct regmap_irq_chip *regmap_irq_chip; |
|---|
| 1078 | | - void (*pm_pwroff_fn)(void); |
|---|
| 1079 | 1070 | void (*pm_pwroff_prep_fn)(void); |
|---|
| 1080 | 1071 | struct rk808_pin_info *pins; |
|---|
| 1081 | 1072 | }; |
|---|