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/lcd_panel.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mainboard/siemens/mc_tcu3/lcd_panel.h') diff --git a/src/mainboard/siemens/mc_tcu3/lcd_panel.h b/src/mainboard/siemens/mc_tcu3/lcd_panel.h index a27cc52e4d..e119d7aaef 100644 --- a/src/mainboard/siemens/mc_tcu3/lcd_panel.h +++ b/src/mainboard/siemens/mc_tcu3/lcd_panel.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2014 Siemens AG + * Copyright (C) 2014-2019 Siemens AG * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,8 +28,4 @@ #define LCD_PANEL_TYPE_19_INCH 1 #define LCD_PANEL_TYPE_EDID 15 -u8 get_lcd_panel_type(void); -int setup_lcd_panel(void); - - #endif /* _LCD_PANEL_H_ */ -- cgit v1.2.3