summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAkshu Agrawal <akshu.agrawal@amd.com>2020-07-31 15:36:01 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-08-07 20:11:59 +0200
commitd58669b093997e4e5f98c38a54f99761657c19d2 (patch)
tree4c65b7ae03155a442ad7b7cbcc222b6653e8a0f5 /include
parenti2c: designware: Add device HID for Hygon I2C controller (diff)
downloadlinux-d58669b093997e4e5f98c38a54f99761657c19d2.tar.xz
linux-d58669b093997e4e5f98c38a54f99761657c19d2.zip
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')
-rw-r--r--include/linux/platform_data/clk-fch.h (renamed from include/linux/platform_data/clk-st.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/platform_data/clk-st.h b/include/linux/platform_data/clk-fch.h
index 7cdb6a402b35..850ca776156d 100644
--- a/include/linux/platform_data/clk-st.h
+++ b/include/linux/platform_data/clk-fch.h
@@ -1,17 +1,17 @@
/* SPDX-License-Identifier: MIT */
/*
- * clock framework for AMD Stoney based clock
+ * clock framework for AMD misc clocks
*
* Copyright 2018 Advanced Micro Devices, Inc.
*/
-#ifndef __CLK_ST_H
-#define __CLK_ST_H
+#ifndef __CLK_FCH_H
+#define __CLK_FCH_H
#include <linux/compiler.h>
-struct st_clk_data {
+struct fch_clk_data {
void __iomem *base;
};
-#endif /* __CLK_ST_H */
+#endif /* __CLK_FCH_H */