diff options
| author | Simon Glass <[email protected]> | 2019-10-20 21:37:49 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2019-11-03 07:20:27 +0800 |
| commit | c0e2c81d8e845cd700bb2311514f9d6877f784bb (patch) | |
| tree | 405b48a28506f5a3a6ede07a81f6d2701ed0b582 /arch/x86/include | |
| parent | a478a26cd00bbe14d51952b9ae3620415fbdf2b2 (diff) | |
x86: spl: Support init of a PUNIT
The x86 power unit handles power management. Support initing this device
which is modelled as a new type of system controller since there are no
operations needed.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'arch/x86/include')
| -rw-r--r-- | arch/x86/include/asm/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpu.h b/arch/x86/include/asm/cpu.h index feee0f915f6..21a05dab7de 100644 --- a/arch/x86/include/asm/cpu.h +++ b/arch/x86/include/asm/cpu.h @@ -55,6 +55,7 @@ enum { X86_SYSCON_PINCONF, /* Intel x86 pin configuration */ X86_SYSCON_PMU, /* Power Management Unit */ X86_SYSCON_SCU, /* System Controller Unit */ + X86_SYSCON_PUNIT, /* Power unit */ }; struct cpuid_result { |
