soc/intel/xeon_sp: Add missing HDA device
Change-Id: Icc7974931a9b3f5b5c7a2ed4df2c668dac0cd684 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77872 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
parent
08a4d4de3b
commit
7b761e15f8
|
@ -46,11 +46,13 @@
|
||||||
#define PCH_DEVFN_LPC _PCH_DEVFN(LPC, 0)
|
#define PCH_DEVFN_LPC _PCH_DEVFN(LPC, 0)
|
||||||
#define PCH_DEVFN_P2SB _PCH_DEVFN(LPC, 1)
|
#define PCH_DEVFN_P2SB _PCH_DEVFN(LPC, 1)
|
||||||
#define PCH_DEVFN_PMC _PCH_DEVFN(LPC, 2)
|
#define PCH_DEVFN_PMC _PCH_DEVFN(LPC, 2)
|
||||||
|
#define PCH_DEVFN_HDA _PCH_DEVFN(LPC, 3)
|
||||||
#define PCH_DEVFN_SMBUS _PCH_DEVFN(LPC, 4)
|
#define PCH_DEVFN_SMBUS _PCH_DEVFN(LPC, 4)
|
||||||
#define PCH_DEVFN_SPI _PCH_DEVFN(LPC, 5)
|
#define PCH_DEVFN_SPI _PCH_DEVFN(LPC, 5)
|
||||||
#define PCH_DEV_LPC _PCH_DEV(LPC, 0)
|
#define PCH_DEV_LPC _PCH_DEV(LPC, 0)
|
||||||
#define PCH_DEV_P2SB _PCH_DEV(LPC, 1)
|
#define PCH_DEV_P2SB _PCH_DEV(LPC, 1)
|
||||||
#define PCH_DEV_PMC _PCH_DEV(LPC, 2)
|
#define PCH_DEV_PMC _PCH_DEV(LPC, 2)
|
||||||
|
#define PCH_DEV_HDA _PCH_DEV(LPC, 3)
|
||||||
#define PCH_DEV_SMBUS _PCH_DEV(LPC, 4)
|
#define PCH_DEV_SMBUS _PCH_DEV(LPC, 4)
|
||||||
#define PCH_DEV_SPI _PCH_DEV(LPC, 5)
|
#define PCH_DEV_SPI _PCH_DEV(LPC, 5)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue