Skip to content

Commit bf8f222

Browse files
author
CKI KWF Bot
committed
Merge: platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI ID
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1319 platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI ID JIRA: https://issues.redhat.com/browse/RHEL-23893 Build Info: 68589624 Tested: Successful platform test results on Intel (intel-arrowlake-h-01) system. Signed-off-by: Steve Best <sbest@redhat.com> Approved-by: David Arcari <darcari@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents 01d5e68 + c5b5743 commit bf8f222

File tree

1 file changed

+2
-1
lines changed
  • drivers/platform/x86/intel/pmc

1 file changed

+2
-1
lines changed

drivers/platform/x86/intel/pmc/arl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ static struct pmc_info arl_pmc_info_list[] = {
681681

682682
#define ARL_NPU_PCI_DEV 0xad1d
683683
#define ARL_GNA_PCI_DEV 0xae4c
684+
#define ARL_H_NPU_PCI_DEV 0x7d1d
684685
#define ARL_H_GNA_PCI_DEV 0x774c
685686
/*
686687
* Set power state of select devices that do not have drivers to D3
@@ -694,7 +695,7 @@ static void arl_d3_fixup(void)
694695

695696
static void arl_h_d3_fixup(void)
696697
{
697-
pmc_core_set_device_d3(ARL_NPU_PCI_DEV);
698+
pmc_core_set_device_d3(ARL_H_NPU_PCI_DEV);
698699
pmc_core_set_device_d3(ARL_H_GNA_PCI_DEV);
699700
}
700701

0 commit comments

Comments
 (0)