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:
parent
9f8f11513a
commit
b728e2ccbc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue