mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From 49bcaef86eba1a8097980f341e243ba01177a685 Mon Sep 17 00:00:00 2001
|
|
From: Sivaprakash Murugesan <sivaprak@codeaurora.org>
|
|
Date: Mon, 22 Jun 2020 09:58:11 +0530
|
|
Subject: [PATCH] clk: qcom: Add DT bindings for ipq6018 apss clock controller
|
|
|
|
Add dt-binding for ipq6018 apss clock controller
|
|
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
|
|
Link: https://lore.kernel.org/r/1592800092-20533-4-git-send-email-sivaprak@codeaurora.org
|
|
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
|
|
---
|
|
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
|
|
|
|
--- /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
|