summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Samek <jan.samek@siemens.com>2022-09-15 16:38:20 +0200
committerPaul Fagerburg <pfagerburg@chromium.org>2022-09-22 15:15:08 +0000
commit9c7c6baeb7d618533737569856015348769aefc9 (patch)
tree9139ab7be1ff2c462e4761b89e0fd5f9e4d8fe0a
parent669184434a41945ba239a446a0563d66e3972cfa (diff)
downloadcoreboot-9c7c6baeb7d618533737569856015348769aefc9.tar.gz
coreboot-9c7c6baeb7d618533737569856015348769aefc9.tar.bz2
coreboot-9c7c6baeb7d618533737569856015348769aefc9.zip
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 <jan.samek@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67682 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-by: Uwe Poeche <uwe.poeche@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl7/Kconfig4
1 files changed, 4 insertions, 0 deletions
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