20 lines
569 B
C
20 lines
569 B
C
|
/*
|
||
|
* drivers/power/axp/axp80x/axp80x-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 AXP80_GPIO_H
|
||
|
#define AXP80_GPIO_H
|
||
|
#include "axp80x.h"
|
||
|
|
||
|
#define AXP_GPIO0_CFG (AXP80X_WAKEUP_PIN_CTRL) /* 0x35 */
|
||
|
|
||
|
#endif
|