diff options
| author | Jiri Kosina <jkosina@suse.com> | 2025-07-31 23:53:29 +0300 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2025-07-31 23:53:29 +0300 |
| commit | ddb7a62af2e766eabb4ab7080e6ed8d6b8915302 (patch) | |
| tree | 59ba3ad25bd5cd5a711542722ac5653041a39293 /include/linux/platform_data | |
| parent | 4859d6f8a54b0e654391da1b70acf13201b4bad8 (diff) | |
| parent | 1aee3a44fad2adeaa8f1a3aafd7c0154924af666 (diff) | |
| download | linux-ddb7a62af2e766eabb4ab7080e6ed8d6b8915302.tar.xz | |
Merge branch 'for-6.17/selftests' into for-linus
- upgrade the python scripts in hid-selftests to match hid-tools
version 0.10 (Benjamin Tissoires)
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/x86/amd-fch.h | 13 |
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_ */ |
