Hello build bot (Jenkins), Patrick Georgi, Martin Roth, mturney mturney, Julius Werner, mturney mturney,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39614
to look at the new patch set (#31).
Change subject: sc7180: Add display dsi interface programming ......................................................................
sc7180: Add display dsi interface programming
This change adds support for sc7180 dsi interface host programming.
Changes in V1: - remove dual dsi config code. - update register access using struct overlays. - remove dsc config & command mode code.
Changes in V2: - remove dsi read and write functions. - remove target and panel related code.
Changes in V3: - move prototypes to headers. - define macros for constants.
Changes in V4: - define register bits instead of hardcoded values.
Change-Id: Ie64354ce8bc2a64b891fb9478fbca38d6ec4c321 Signed-off-by: Vinod Polimera vpolimer@codeaurora.org --- M src/soc/qualcomm/sc7180/Makefile.inc A src/soc/qualcomm/sc7180/display/dsi.c A src/soc/qualcomm/sc7180/include/soc/display/mipi_dsi.h 3 files changed, 189 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/39614/31