From 11a34ec4c230ab9a6a825eae57eb848aa052a6ed Mon Sep 17 00:00:00 2001 From: Uwe Poeche Date: Mon, 28 Oct 2019 11:28:50 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36642 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/drivers/i2c/ptn3460/chip.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/i2c/ptn3460/chip.h (limited to 'src/drivers/i2c/ptn3460/chip.h') diff --git a/src/drivers/i2c/ptn3460/chip.h b/src/drivers/i2c/ptn3460/chip.h new file mode 100644 index 0000000000..8bd6d9e7d1 --- /dev/null +++ b/src/drivers/i2c/ptn3460/chip.h @@ -0,0 +1,3 @@ +struct drivers_i2c_ptn3460_config { + +}; -- cgit v1.2.3