summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/clk-fch.h
diff options
context:
space:
mode:
authorAkshu Agrawal <akshu.agrawal@amd.com>2020-07-31 19:06:01 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-08-07 20:11:59 +0200
commitd58669b093997e4e5f98c38a54f99761657c19d2 (patch)
tree4c65b7ae03155a442ad7b7cbcc222b6653e8a0f5 /include/linux/platform_data/clk-fch.h
parent384b02d6b83bd4c5df96de00658623b4e04e2472 (diff)
ACPI: APD: Change name from ST to FCH
AMD SoC general pupose clk is present in new platforms with same MMIO mappings. We can reuse the same clk handler support for other platforms. Hence, changing name from ST(SoC) to FCH(IP) Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/platform_data/clk-fch.h')
-rw-r--r--include/linux/platform_data/clk-fch.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-fch.h b/include/linux/platform_data/clk-fch.h
new file mode 100644
index 000000000000..850ca776156d
--- /dev/null
+++ b/include/linux/platform_data/clk-fch.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * clock framework for AMD misc clocks
+ *
+ * Copyright 2018 Advanced Micro Devices, Inc.
+ */
+
+#ifndef __CLK_FCH_H
+#define __CLK_FCH_H
+
+#include <linux/compiler.h>
+
+struct fch_clk_data {
+ void __iomem *base;
+};
+
+#endif /* __CLK_FCH_H */