Hello Varshit B Pandya, Matt Delco, build bot (Jenkins), 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 (#12).
Change subject: drivers/intel/mipi_camera: camera SSDT generation ......................................................................
drivers/intel/mipi_camera: camera SSDT generation
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 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=WIP 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.
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, 659 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/41607/12