You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
38 lines
1.2 KiB
/*
|
|
* Copyright (c) 2017-2018, 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_CPU_CC_SM8150_H
|
|
#define _DT_BINDINGS_CLK_QCOM_CPU_CC_SM8150_H
|
|
|
|
#define L3_CLUSTER0_VOTE_CLK 0
|
|
#define L3_CLUSTER1_VOTE_CLK 1
|
|
#define L3_CLUSTER2_VOTE_CLK 2
|
|
#define L3_MISC_VOTE_CLK 3
|
|
#define L3_GPU_VOTE_CLK 4
|
|
#define L3_CLK 5
|
|
#define CPU0_PWRCL_CLK 6
|
|
#define CPU1_PWRCL_CLK 7
|
|
#define CPU2_PWRCL_CLK 8
|
|
#define CPU3_PWRCL_CLK 9
|
|
#define CPU4_PWRCL_CLK 10
|
|
#define CPU5_PWRCL_CLK 11
|
|
#define PWRCL_CLK 12
|
|
#define CPU4_PERFCL_CLK 13
|
|
#define CPU5_PERFCL_CLK 14
|
|
#define CPU6_PERFCL_CLK 15
|
|
#define CPU7_PERFCL_CLK 16
|
|
#define PERFCL_CLK 17
|
|
#define CPU7_PERFPCL_CLK 18
|
|
#define PERFPCL_CLK 19
|
|
|
|
#endif
|
|
|