.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * MFD core driver for Intel Cherrytrail Whiskey Cove PMIC |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: |
---|
7 | 8 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. |
---|
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 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | #include <linux/acpi.h> |
---|
.. | .. |
---|
63 | 60 | .resources = cht_wc_ext_charger_resources, |
---|
64 | 61 | }, |
---|
65 | 62 | { .name = "cht_wcove_region", }, |
---|
| 63 | + { .name = "cht_wcove_leds", }, |
---|
66 | 64 | }; |
---|
67 | 65 | |
---|
68 | 66 | /* |
---|