Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* (C) Copyright 2010
3
4
* Texas Instruments, <www.ti.com>
4
-
*
5
-
* SPDX-License-Identifier: GPL-2.0+
6
5
*/
7
6
#include <config.h>
8
7
9
8
#include <twl6030.h>
10
9
11
10
static struct twl6030_data *twl;
12
11
13
12
static struct twl6030_data twl6030_info = {
14
13
.chip_type = chip_TWL6030,
15
14
.adc_rbase = GPCH0_LSB,