From dc811c9ea3937b4265ce94c72e7dcba9fb122105 Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Tue, 24 Nov 2020 01:01:05 +0100 Subject: mb/supermicro/x11ssm-f: drop unneeded ITSS override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ITSS override is not needed for LPC_CLKOUT* pads. Drop it. Signed-off-by: Michael Niewöhner Change-Id: I3dbbc8944751779151dcd4f92fb870d937801d69 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48084 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- .../x11-lga1151-series/variants/x11ssm-f/mainboard.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mainboard/supermicro') diff --git a/src/mainboard/supermicro/x11-lga1151-series/variants/x11ssm-f/mainboard.c b/src/mainboard/supermicro/x11-lga1151-series/variants/x11ssm-f/mainboard.c index 6f99d0760f..0b26e06aa4 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/variants/x11ssm-f/mainboard.c +++ b/src/mainboard/supermicro/x11-lga1151-series/variants/x11ssm-f/mainboard.c @@ -2,21 +2,11 @@ #include #include -#include #include -#include #include void variant_mainboard_init(struct device *dev) { - /* TODO: - * Find out why the polarities from gpio.h gets overwritten by FSP. - * This sets irq polarity to the same values as vendor - * but I do not know if this is really needed.... - */ - itss_set_irq_polarity(33, 0); - itss_set_irq_polarity(34, 0); - // TODO: NMI; is this needed? vendor sets it pcr_write32(0xae, 0x01e4, 0x00000004); pcr_write32(0xae, 0x01e8, 0x00000040); -- cgit v1.2.3