mb/google/dedede: Enable IPU for Wdoo and Wdee variants

IPU is required to be enabled for platform supporting MIPI camera.

IPU is by default disabled in devicetree for all variants. Enable
IPU for Waddledoo and Waddledee supporting MIPI camera.

BUG=None
BRANCH=None
TEST=IPU is enabled for platforms and enumerates in lspci.

Change-Id: Ia3cf06d78be4301c68bfa8b1118ddff231d24a66
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44271
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-by: Ronak Kanabar <ronak.kanabar@intel.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Maulik V Vaghela 2020-08-06 22:53:05 +05:30 committed by Patrick Georgi
parent 9f8f11513a
commit b728e2ccbc
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ chip soc/intel/jasperlake
}"
device domain 0 on
device pci 05.0 on end # IPU - MIPI Camera
device pci 14.0 on
chip drivers/usb/acpi
device usb 0.0 on

View File

@ -50,6 +50,7 @@ chip soc/intel/jasperlake
},
}"
device domain 0 on
device pci 05.0 on end # IPU - MIPI Camera
device pci 14.0 on
chip drivers/usb/acpi
device usb 0.0 on