From 996588521a2240397b4a89e5ad5f5708f930dbc8 Mon Sep 17 00:00:00 2001 From: Uwe Poeche Date: Tue, 5 Nov 2019 15:44:42 +0100 Subject: src/mainboard/siemens: Use PTN3460 chip driver This patch replaces and cleans up the redundant PTN3460 driver files in /mainboard/siemens directories by using the now available driver in src/drivers/i2c/ptn3460 and providing mainboard specific functions to the driver. TEST=Display is working on Siemens mainboards (e.g. mc_tcu3, mc_apl1, ...). Change-Id: I976a502e7176a356bab772758250db3cdff529b9 Signed-off-by: Uwe Poeche Reviewed-on: https://review.coreboot.org/c/coreboot/+/36643 Reviewed-by: Werner Zeh Tested-by: build bot (Jenkins) --- src/mainboard/siemens/mc_tcu3/mainboard.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/siemens/mc_tcu3/mainboard.c') diff --git a/src/mainboard/siemens/mc_tcu3/mainboard.c b/src/mainboard/siemens/mc_tcu3/mainboard.c index 955193fec2..7950572e99 100644 --- a/src/mainboard/siemens/mc_tcu3/mainboard.c +++ b/src/mainboard/siemens/mc_tcu3/mainboard.c @@ -23,8 +23,6 @@ #endif #include #include -#include "lcd_panel.h" - /** \brief This function will search for a MAC address which can be assigned * to a MACPHY. @@ -69,12 +67,10 @@ enum cb_err mainboard_get_mac_address(struct device *dev, uint8_t mac[6]) */ static void mainboard_enable(struct device *dev) { - } static void mainboard_final(void *chip_info) { - setup_lcd_panel(); } struct chip_operations mainboard_ops = { -- cgit v1.2.3