summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-07-07 21:02:59 +0100
committerMark Brown <broonie@kernel.org>2025-07-07 21:02:59 +0100
commitbb96a315b4d84904edd2dae17910f10022ab71d5 (patch)
treee858237bd1335da828da7611979931fe890e33e6 /include/linux/platform_data
parent12826a49f029cd7ed794b1973ee31922f0e08e6f (diff)
parent08dc0f5cc26a203e8008c38d9b436c079e7dbb45 (diff)
ASoC: soc-dapm: cleanups
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>: This is prepare to hiding snd_soc_dapm_context inside soc-dapm.c
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/x86/amd-fch.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/amd-fch.h b/include/linux/platform_data/x86/amd-fch.h
new file mode 100644
index 000000000000..2cf5153edbc2
--- /dev/null
+++ b/include/linux/platform_data/x86/amd-fch.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_X86_AMD_FCH_H_
+#define _ASM_X86_AMD_FCH_H_
+
+#define FCH_PM_BASE 0xFED80300
+
+/* Register offsets from PM base: */
+#define FCH_PM_DECODEEN 0x00
+#define FCH_PM_DECODEEN_SMBUS0SEL GENMASK(20, 19)
+#define FCH_PM_SCRATCH 0x80
+#define FCH_PM_S5_RESET_STATUS 0xC0
+
+#endif /* _ASM_X86_AMD_FCH_H_ */