diff mbox series

[V2,4/8] clk: qcom: Add DT bindings for ipq6018 apss clock controller

Message ID 1586086165-19426-5-git-send-email-sivaprak@codeaurora.org
State Accepted
Commit 49bcaef86eba1a8097980f341e243ba01177a685
Headers show
Series [V2,1/8] dt-bindings: mailbox: Add YAML schemas for QCOM APCS global block | expand

Commit Message

Sivaprakash Murugesan April 5, 2020, 11:29 a.m. UTC
add dt-binding for ipq6018 apss clock controller

Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
---
[V2]
  * Addressed review comments from Rob and Sibi
 include/dt-bindings/clock/qcom,apss-ipq.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 include/dt-bindings/clock/qcom,apss-ipq.h
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/qcom,apss-ipq.h b/include/dt-bindings/clock/qcom,apss-ipq.h
new file mode 100644
index 0000000..77b6e05
--- /dev/null
+++ b/include/dt-bindings/clock/qcom,apss-ipq.h
@@ -0,0 +1,12 @@ 
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (c) 2018, The Linux Foundation. All rights reserved.
+ */
+
+#ifndef _DT_BINDINGS_CLOCK_QCA_APSS_IPQ6018_H
+#define _DT_BINDINGS_CLOCK_QCA_APSS_IPQ6018_H
+
+#define APCS_ALIAS0_CLK_SRC			0
+#define APCS_ALIAS0_CORE_CLK			1
+
+#endif