22 lines
678 B
C
22 lines
678 B
C
|
/*
|
||
|
* Atmel maXTouch Touchscreen driver
|
||
|
*
|
||
|
* Copyright (C) 2015 Atmel Corporation
|
||
|
* Copyright (C) 2015-2017, NVIDIA CORPORATION. All rights reserved.
|
||
|
* Author: Nick Dyer <nick.dyer@itdev.co.uk>
|
||
|
*
|
||
|
* 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 __DT_BINDINGS_ATMEL_MXT_TS_H
|
||
|
#define __DT_BINDINGS_ATMEL_MXT_TS_H
|
||
|
|
||
|
#define MXT_SUSPEND_DEEP_SLEEP 0
|
||
|
#define MXT_SUSPEND_T9_CTRL 1
|
||
|
#define MXT_SUSPEND_REGULATOR 2
|
||
|
|
||
|
#endif /* __DT_BINDINGS_ATMEL_MXT_TS_H */
|