Attention is currently required from: Maulik V Vaghela, Paul Menzel, Sugnan Prabhu S, Patrick Rudolph. Hello build bot (Jenkins), Maulik V Vaghela, Paul Menzel, Rizwan Qureshi, Sugnan Prabhu S, Subrata Banik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55097
to look at the new patch set (#7).
Change subject: drivers/intel/mipi_camera: Add macros to increase code readability ......................................................................
drivers/intel/mipi_camera: Add macros to increase code readability
This will be used to pass information to driver through ACPI in devicetree. Example https://review.coreboot.org/c/coreboot/+/52013
register "clk_panel.clks[0].clknum" = "IMGCLKOUT_3" register "clk_panel.clks[0].freq" = "FREQ_19_2_MHZ"
TEST=Add these macros in devicetree, build and check static.c for consistency
Signed-off-by: Varshit B Pandya varshit.b.pandya@intel.corp-partner.google.com Change-Id: Ia4137e09c934bf06857ceedb933e616bed5070dd --- M src/drivers/intel/mipi_camera/chip.h 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/55097/7