30 lines
943 B
C
30 lines
943 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
||
|
|
*
|
||
|
|
* This program is free software; you can redistribute it and/or modify
|
||
|
|
* it under the terms of the GNU General Public License version 2 and
|
||
|
|
* only version 2 as published by the Free Software Foundation.
|
||
|
|
*
|
||
|
|
* This program is distributed in the hope that it will be useful,
|
||
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
|
* GNU General Public License for more details.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef _DT_BINDINGS_CLK_QCOM_AOP_QMP_H
|
||
|
|
#define _DT_BINDINGS_CLK_QCOM_AOP_QMP_H
|
||
|
|
|
||
|
|
#define QDSS_CLK_LEVEL_OFF 0
|
||
|
|
#define QDSS_CLK_LEVEL_DYNAMIC 1
|
||
|
|
#define QDSS_CLK_LEVEL_TURBO 2
|
||
|
|
#define QDSS_CLK_LEVEL_NOMINAL 3
|
||
|
|
#define QDSS_CLK_LEVEL_SVS_L1 4
|
||
|
|
#define QDSS_CLK_LEVEL_SVS 5
|
||
|
|
#define QDSS_CLK_LEVEL_LOW_SVS 6
|
||
|
|
#define QDSS_CLK_LEVEL_MIN_SVS 7
|
||
|
|
|
||
|
|
/* clocks id */
|
||
|
|
#define QDSS_CLK 0
|
||
|
|
#define QDSS_AO_CLK 1
|
||
|
|
#endif
|