From 9c7c6baeb7d618533737569856015348769aefc9 Mon Sep 17 00:00:00 2001 From: Jan Samek Date: Thu, 15 Sep 2022 16:38:20 +0200 Subject: mb/siemens/mc_apl7/Kconfig: Enable PTN3460 early init Enable early initialization of the PTN3460 DP-to-LVDS bridge on this board in order to allow showing the bootsplash screen at coreboot runtime. Change-Id: Ib1b727cef5fb8bea2d6d6c9896ad0107caeea51a Signed-off-by: Jan Samek Reviewed-on: https://review.coreboot.org/c/coreboot/+/67682 Reviewed-by: Mario Scheithauer Reviewed-by: Uwe Poeche Tested-by: build bot (Jenkins) --- src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig index 3d9440664b48..baf640a11ec6 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig @@ -6,6 +6,7 @@ config BOARD_SPECIFIC_OPTIONS select DRIVER_INTEL_I210 select SOC_INTEL_SET_MIN_CLOCK_RATIO select DRIVERS_I2C_PTN3460 + select PTN3460_EARLY_INIT config UART_FOR_CONSOLE default 1 @@ -13,4 +14,7 @@ config UART_FOR_CONSOLE config FMDFILE default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/mc_apl1.fmd" +config PTN3460_EARLY_ADDR + default 0x60 + endif # BOARD_SIEMENS_MC_APL7 -- cgit v1.2.3