mb/google/volteer*: Enable IPU
Enable IPU for Volteer and Volteer2 variants for MIPI camera. BUG=165340186 BRANCH=None TEST=IPU is enabled and shows in lspci. Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi@intel.com> Change-Id: I66d60474e16c7a9aa8006d42b22510c1495dbd84 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44628 Reviewed-by: Daniel H Kang <daniel.h.kang@intel.corp-partner.google.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
81a2f45bd2
commit
1860cd460a
|
@ -48,6 +48,7 @@ chip soc/intel/tigerlake
|
|||
register "IomTypeCPortPadCfg[1]" = "0x090E000D"
|
||||
|
||||
device domain 0 on
|
||||
device pci 05.0 on end # IPU 0x9A19
|
||||
device pci 15.0 on
|
||||
chip drivers/i2c/generic
|
||||
register "hid" = ""10EC5682""
|
||||
|
|
|
@ -6,6 +6,7 @@ chip soc/intel/tigerlake
|
|||
register "DdiPort2Hpd" = "0"
|
||||
|
||||
device domain 0 on
|
||||
device pci 05.0 on end # IPU 0x9A19
|
||||
device pci 15.0 on
|
||||
chip drivers/i2c/generic
|
||||
register "hid" = ""10EC5682""
|
||||
|
|
Loading…
Reference in New Issue