blob: db3c9407f1fe2c3244ceac12be149cb5fde56e00 [file] [log] [blame]
Deepak Katragaddaf1bb5512016-12-19 14:20:26 -08001/*
Deepak Katragadda7abd9312016-12-21 14:18:00 -08002 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
Deepak Katragaddaf1bb5512016-12-19 14:20:26 -08003 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Kyle Yan6a20fae2017-02-14 13:34:41 -080014#ifndef _DT_BINDINGS_CLK_MSM_CPU_CC_SDM845_H
15#define _DT_BINDINGS_CLK_MSM_CPU_CC_SDM845_H
Deepak Katragaddaf1bb5512016-12-19 14:20:26 -080016
Deepak Katragadda7abd9312016-12-21 14:18:00 -080017#define L3_CLK 0
18#define PWRCL_CLK 1
19#define PERFCL_CLK 2
20#define L3_CLUSTER0_VOTE_CLK 3
21#define L3_CLUSTER1_VOTE_CLK 4
22#define CPU0_PWRCL_CLK 5
23#define CPU1_PWRCL_CLK 6
24#define CPU2_PWRCL_CLK 7
25#define CPU3_PWRCL_CLK 8
26#define CPU4_PERFCL_CLK 9
27#define CPU5_PERFCL_CLK 10
28#define CPU6_PERFCL_CLK 11
29#define CPU7_PERFCL_CLK 12
Deepak Katragaddaf1bb5512016-12-19 14:20:26 -080030
31#endif