summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/clk-fch.h
diff options
context:
space:
mode:
authorAjit Kumar Pandey <AjitKumar.Pandey@amd.com>2021-12-12 23:35:25 +0530
committerStephen Boyd <sboyd@kernel.org>2022-01-06 17:57:52 -0800
commit7fdb98e8a768b3ccc05494d3ea4436047f512b9d (patch)
tree5981d9ca1a8e77fd2ad3cbf10e307de436134c6c /include/linux/platform_data/clk-fch.h
parent3663f26b389b3951426971b44bb9312fdff0efec (diff)
downloadlwn-7fdb98e8a768b3ccc05494d3ea4436047f512b9d.tar.gz
lwn-7fdb98e8a768b3ccc05494d3ea4436047f512b9d.zip
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>
Diffstat (limited to 'include/linux/platform_data/clk-fch.h')
-rw-r--r--include/linux/platform_data/clk-fch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-fch.h b/include/linux/platform_data/clk-fch.h
index 850ca776156d..11a2a23fd9b2 100644
--- a/include/linux/platform_data/clk-fch.h
+++ b/include/linux/platform_data/clk-fch.h
@@ -12,6 +12,7 @@
struct fch_clk_data {
void __iomem *base;
+ char *name;
};
#endif /* __CLK_FCH_H */