Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf9fd366 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add the CPU clock definitions for MSMSKUNK" into msm-4.8

parents 4bc883f2 f1bb551d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <dt-bindings/clock/qcom,dispcc-skunk.h>
#include <dt-bindings/clock/qcom,gpucc-skunk.h>
#include <dt-bindings/clock/qcom,videocc-skunk.h>
#include <dt-bindings/clock/qcom,cpucc-skunk.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/soc/qcom,tcs-mbox.h>
+31 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, 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_SKUNK_H
#define _DT_BINDINGS_CLK_MSM_CPU_CC_SKUNK_H

#define L3_CLUSTER0_VOTE_CLK					0
#define L3_CLUSTER1_VOTE_CLK					1
#define L3_CLK							2
#define CPU0_PWRCL_CLK						3
#define CPU1_PWRCL_CLK						4
#define CPU2_PWRCL_CLK						5
#define CPU3_PWRCL_CLK						6
#define PWRCL_CLK						7
#define CPU4_PERFCL_CLK						8
#define CPU5_PERFCL_CLK						9
#define CPU6_PERFCL_CLK						10
#define CPU7_PERFCL_CLK						11
#define PERFCL_CLK						12

#endif