Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright 2010 Yong Shen <yong.shen@linaro.org>
0004  */
0005 
0006 #ifndef __LINUX_MFD_MC13892_H
0007 #define __LINUX_MFD_MC13892_H
0008 
0009 #include <linux/mfd/mc13xxx.h>
0010 
0011 #define MC13892_SW1     0
0012 #define MC13892_SW2     1
0013 #define MC13892_SW3     2
0014 #define MC13892_SW4     3
0015 #define MC13892_SWBST   4
0016 #define MC13892_VIOHI   5
0017 #define MC13892_VPLL    6
0018 #define MC13892_VDIG    7
0019 #define MC13892_VSD 8
0020 #define MC13892_VUSB2   9
0021 #define MC13892_VVIDEO  10
0022 #define MC13892_VAUDIO  11
0023 #define MC13892_VCAM    12
0024 #define MC13892_VGEN1   13
0025 #define MC13892_VGEN2   14
0026 #define MC13892_VGEN3   15
0027 #define MC13892_VUSB    16
0028 #define MC13892_GPO1    17
0029 #define MC13892_GPO2    18
0030 #define MC13892_GPO3    19
0031 #define MC13892_GPO4    20
0032 #define MC13892_PWGT1SPI    21
0033 #define MC13892_PWGT2SPI    22
0034 #define MC13892_VCOINCELL   23
0035 
0036 #endif