diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2021-07-21 13:17:16 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-22 15:31:20 +0000 |
commit | 6eca3b7b81bdc17efd6413d7ba8ab5fe38b069ce (patch) | |
tree | fc88b391677f78d8f17e9e2de1241e09b17e08c5 /src/mainboard/siemens | |
parent | 3d0e10f2300812766e0efee283b2a0825c4b7b8c (diff) |
mb/siemens/mc_ehl1: Disable GSPI in devicetree
Since this mainboard does not use GSPI at all, disable all GSPI ports.
Change-Id: I60254e9f4047537d86c972151ec9e33552332959
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56488
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb index 16939e137d..be67a6ad29 100644 --- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb +++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/devicetree.cb @@ -97,30 +97,6 @@ chip soc/intel/elkhartlake [PchSerialIoIndexI2C7] = 1, }" - register "SerialIoGSpiMode" = "{ - [PchSerialIoIndexGSPI0] = PchSerialIoDisabled, - [PchSerialIoIndexGSPI1] = PchSerialIoHidden, - [PchSerialIoIndexGSPI2] = PchSerialIoDisabled, - }" - - register "SerialIoGSpiCsEnable" = "{ - [PchSerialIoIndexGSPI0] = 1, - [PchSerialIoIndexGSPI1] = 1, - [PchSerialIoIndexGSPI2] = 1, - }" - - register "SerialIoGSpiCsMode" = "{ - [PchSerialIoIndexGSPI0] = 0, - [PchSerialIoIndexGSPI1] = 0, - [PchSerialIoIndexGSPI2] = 0, - }" - - register "SerialIoGSpiCsState" = "{ - [PchSerialIoIndexGSPI0] = 0, - [PchSerialIoIndexGSPI1] = 0, - [PchSerialIoIndexGSPI2] = 0, - }" - register "SerialIoUartMode" = "{ [PchSerialIoIndexUART0] = PchSerialIoDisabled, [PchSerialIoIndexUART1] = PchSerialIoDisabled, @@ -164,7 +140,7 @@ chip soc/intel/elkhartlake device pci 11.6 off end # Intel PSE IS20 device pci 11.7 off end # Intel PSE IS21 - device pci 12.0 on end # GSPI2 + device pci 12.0 off end # GSPI2 device pci 12.3 on end # Management Engine UMA Access device pci 12.4 on end # Management Engine PTT DMA Controller device pci 12.5 off end # UFS0 @@ -235,8 +211,8 @@ chip soc/intel/elkhartlake device pci 1e.0 on end # UART0 device pci 1e.1 on end # UART1 - device pci 1e.2 on end # GSPI0 - device pci 1e.3 on end # GSPI1 + device pci 1e.2 off end # GSPI0 + device pci 1e.3 off end # GSPI1 device pci 1e.4 on end # PCH Time-Sensitive Networking GbE device pci 1e.6 on end # HPET device pci 1e.7 on end # IOAPIC |