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>
This commit is contained in:

committed by
Rafael J. Wysocki

parent
384b02d6b8
commit
d58669b093
@@ -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 */
|
Reference in New Issue
Block a user