diff options
Diffstat (limited to 'include/linux/platform_data/clk-fch.h')
-rw-r--r-- | include/linux/platform_data/clk-fch.h | 18 |
1 files changed, 18 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..b9f682459f08 --- /dev/null +++ b/include/linux/platform_data/clk-fch.h @@ -0,0 +1,18 @@ +/* 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; + u32 is_rv; +}; + +#endif /* __CLK_FCH_H */ |