21 lines
672 B
C
Executable File
21 lines
672 B
C
Executable File
/*
|
|
* drivers/power/supply/axp/pmu1736/pmu1736-gpio.h
|
|
* (C) Copyright 2010-2016
|
|
* Allwinner Technology Co., Ltd. <www.allwinnertech.com>
|
|
* Pannan <pannan@allwinnertech.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation; either version 2 of
|
|
* the License, or (at your option) any later version.
|
|
*
|
|
*/
|
|
#ifndef PMU1736_GPIO_H_
|
|
#define PMU1736_GPIO_H_
|
|
#include "pmu1736.h"
|
|
|
|
#define AXP_GPIO1_CFG (PMU1736_CLDO3OUT_VOL) /* 0x2B */
|
|
#define AXP_GPIO2_CFG (PMU1736_CLDO4_GPIO2_CTL) /* 0x2C */
|
|
|
|
#endif /* PMU1736_GPIO_H_ */
|