diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/clk-st.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-st.h b/include/linux/platform_data/clk-st.h new file mode 100644 index 000000000000..7cdb6a402b35 --- /dev/null +++ b/include/linux/platform_data/clk-st.h | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* SPDX-License-Identifier: MIT */ | ||
| 2 | /* | ||
| 3 | * clock framework for AMD Stoney based clock | ||
| 4 | * | ||
| 5 | * Copyright 2018 Advanced Micro Devices, Inc. | ||
| 6 | */ | ||
| 7 | |||
| 8 | #ifndef __CLK_ST_H | ||
| 9 | #define __CLK_ST_H | ||
| 10 | |||
| 11 | #include <linux/compiler.h> | ||
| 12 | |||
| 13 | struct st_clk_data { | ||
| 14 | void __iomem *base; | ||
| 15 | }; | ||
| 16 | |||
| 17 | #endif /* __CLK_ST_H */ | ||
