Hello Werner Zeh, Mario Scheithauer, uwe.poeche@siemens.com, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36642
to look at the new patch set (#2).
Change subject: drivers/i2c/ptn3460: Provide chip driver for PTN3460 ......................................................................
drivers/i2c/ptn3460: Provide chip driver for PTN3460
This patch provides a chip driver for the DP-2-LVDS bridge PTN3460. The bridge is configured via I2C. As the mainboard has all the information regarding the attached LCD type, there are three hooks into mainboard code to get the information like EDID data and PTN config.
TEST=Display is working on Siemens mainboards (e.g. mc_tcu3, mc_apl1, ...).
Change-Id: Ie4c8176cd16836fa5b8fd2f72faf7a55723b82f6 Signed-off-by: Uwe Poeche uwe.poeche@siemens.com --- A src/drivers/i2c/ptn3460/Kconfig A src/drivers/i2c/ptn3460/Makefile.inc A src/drivers/i2c/ptn3460/chip.h A src/drivers/i2c/ptn3460/ptn3460.c A src/drivers/i2c/ptn3460/ptn3460.h 5 files changed, 235 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/36642/2