ACPI: APD: Add a fmw property clk-name
Add a new device property to fetch clk-name from firmware. Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com> Reviewed-by: Mario Limonciello <Mario.Limonciello@amd.com> Link: https://lore.kernel.org/r/20211212180527.1641362-4-AjitKumar.Pandey@amd.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
3663f26b38
commit
7fdb98e8a7
2 changed files with 11 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
struct fch_clk_data {
|
||||
void __iomem *base;
|
||||
char *name;
|
||||
};
|
||||
|
||||
#endif /* __CLK_FCH_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue