Attention is currently required from: Tim Wawrzynczak. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60331 )
Change subject: mb/google/brya/var/vell: Add AMP driver setting ......................................................................
Patch Set 2:
(5 comments)
File src/drivers/i2c/cs35l53/cs35l53.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136149): https://review.coreboot.org/c/coreboot/+/60331/comment/99208844_fdca22ff PS2, Line 70: if ((config->boost_peak_milliamp > 4500) || that open brace { should be on the previous line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136149): https://review.coreboot.org/c/coreboot/+/60331/comment/0fd21fad_616a07e0 PS2, Line 83: acpi_dp_add_integer(dsd, "cirrus,gpio1-polarity-invert", config->gpio1_polarity_invert ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136149): https://review.coreboot.org/c/coreboot/+/60331/comment/9c1f5a4c_8bcdf247 PS2, Line 84: acpi_dp_add_integer(dsd, "cirrus,gpio1-output-enable", config->gpio1_output_enable ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136149): https://review.coreboot.org/c/coreboot/+/60331/comment/0ec54c51_5de80c10 PS2, Line 86: acpi_dp_add_integer(dsd, "cirrus,gpio2-polarity-invert", config->gpio2_polarity_invert ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136149): https://review.coreboot.org/c/coreboot/+/60331/comment/91cb045f_5a0d4de1 PS2, Line 87: acpi_dp_add_integer(dsd, "cirrus,gpio2-output-enable", config->gpio2_output_enable ? 1 : 0); line over 96 characters