Skip to content

Commit 1f22dc4

Browse files
Jacob Panzhang-rui
authored andcommitted
thermal/powerclamp: add cpu id for denlow platform
Add support for Intel Denlow UP server platform. Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
1 parent 35676de commit 1f22dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/thermal/intel_powerclamp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
693693
{ X86_VENDOR_INTEL, 6, 0x3f},
694694
{ X86_VENDOR_INTEL, 6, 0x45},
695695
{ X86_VENDOR_INTEL, 6, 0x46},
696+
{ X86_VENDOR_INTEL, 6, 0x47},
696697
{ X86_VENDOR_INTEL, 6, 0x4c},
697698
{ X86_VENDOR_INTEL, 6, 0x4d},
698699
{ X86_VENDOR_INTEL, 6, 0x4e},

0 commit comments

Comments
 (0)