/* * 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_MSM_CPU_CC_SDM845_H #define _DT_BINDINGS_CLK_MSM_CPU_CC_SDM845_H #define L3_CLK 0 #define PWRCL_CLK 1 #define PERFCL_CLK 2 #define L3_CLUSTER0_VOTE_CLK 3 #define L3_CLUSTER1_VOTE_CLK 4 #define CPU0_PWRCL_CLK 5 #define CPU1_PWRCL_CLK 6 #define CPU2_PWRCL_CLK 7 #define CPU3_PWRCL_CLK 8 #define CPU4_PERFCL_CLK 9 #define CPU5_PERFCL_CLK 10 #define CPU6_PERFCL_CLK 11 #define CPU7_PERFCL_CLK 12 #define L3_MISC_VOTE_CLK 13 #define CPU4_PWRCL_CLK 14 #define CPU5_PWRCL_CLK 15 #define L3_GPU_VOTE_CLK 16 #endif