mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
clk: x86: Add ST oscout platform clock
Stoney SoC provides oscout clock. This clock can support 25Mhz and 48Mhz of frequency. The clock is available for general system use. Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
c975e472ec
commit
421bf6a1f0
3 changed files with 96 additions and 1 deletions
17
include/linux/platform_data/clk-st.h
Normal file
17
include/linux/platform_data/clk-st.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* SPDX-License-Identifier: MIT */
|
||||
/*
|
||||
* clock framework for AMD Stoney based clock
|
||||
*
|
||||
* Copyright 2018 Advanced Micro Devices, Inc.
|
||||
*/
|
||||
|
||||
#ifndef __CLK_ST_H
|
||||
#define __CLK_ST_H
|
||||
|
||||
#include <linux/compiler.h>
|
||||
|
||||
struct st_clk_data {
|
||||
void __iomem *base;
|
||||
};
|
||||
|
||||
#endif /* __CLK_ST_H */
|
Loading…
Add table
Add a link
Reference in a new issue