Hello Varshit B Pandya, build bot (Jenkins), Matt Delco, Daniel Kang, Furquan Shaikh, Wonkyu Kim, Tim Wawrzynczak, Rizwan Qureshi, Tim Wawrzynczak, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41607
to look at the new patch set (#16).
Change subject: drivers/intel/mipi_camera: Generate SSDT for camera ......................................................................
drivers/intel/mipi_camera: Generate SSDT for camera
Some boards & variants are using raw ASL files to define the ACPI devices and related properties required by Linux MIPI camera drivers. The mipi_camera driver can provide a SSDB property, but it's missing some properties (like _DEP, _DSD, PRT0 and EP00 etc.) needed for Linux drivers.
This change updates the mipi_camera driver so it can provide what's required by Linux and expands the support for the IMGU and CIO2 devices.
BUG=None BRANCH=None TEST=Verified that the ACPI state generated by the driver (with appropriate devicetree changes) is extremely comparible to what's generated by the ASL files (with minor differences like some scope were split in to multiple scopes unlike handwritten ASL).
Change-Id: I15979f345fb823df2560db269e902a1ea650b69e Signed-off-by: Matt Delco delco@chromium.org Signed-off-by: Sugnan Prabhu S sugnan.prabhu.s@intel.com --- M src/drivers/intel/mipi_camera/camera.c M src/drivers/intel/mipi_camera/chip.h 2 files changed, 667 insertions(+), 28 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/41607/16