ARM: dts: msm: Add the CPU clock definitions for MSMSKUNK

Add the CPU clock definitions needed to support clients
on MSMSKUNK.

Change-Id: I607d2951af9224971b0903f0fc1e91ee8d0f0b75
Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/msmskunk.dtsi b/arch/arm64/boot/dts/qcom/msmskunk.dtsi
index 3fc914a..f53280a 100644
--- a/arch/arm64/boot/dts/qcom/msmskunk.dtsi
+++ b/arch/arm64/boot/dts/qcom/msmskunk.dtsi
@@ -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>
diff --git a/include/dt-bindings/clock/qcom,cpucc-skunk.h b/include/dt-bindings/clock/qcom,cpucc-skunk.h
new file mode 100644
index 0000000..2332969
--- /dev/null
+++ b/include/dt-bindings/clock/qcom,cpucc-skunk.h
@@ -0,0 +1,31 @@
+/*
+ * 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