From ce5813fdc5d527803ab560cec5e798a04b210d3e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 12 Aug 2021 12:45:16 -0600 Subject: mb/(amd,google): Remove spi configuration from devicetree Now that the SPI configuration has been moved into Kconfig, it is no longer needed in devicetree. BUG=b:194919326 TEST=Build & boot guybrush Signed-off-by: Martin Roth Change-Id: Ifdcd3f33173194c4a25794137756b143751edd70 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56962 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Karthik Ramasubramanian --- src/mainboard/amd/mandolin/variants/cereme/devicetree.cb | 9 --------- src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb | 9 --------- 2 files changed, 18 deletions(-) (limited to 'src/mainboard/amd/mandolin') diff --git a/src/mainboard/amd/mandolin/variants/cereme/devicetree.cb b/src/mainboard/amd/mandolin/variants/cereme/devicetree.cb index 628ba64725..dbb1a14d6d 100644 --- a/src/mainboard/amd/mandolin/variants/cereme/devicetree.cb +++ b/src/mainboard/amd/mandolin/variants/cereme/devicetree.cb @@ -100,15 +100,6 @@ chip soc/amd/picasso register "usb_port_overcurrent_pin[4]" = "USB_OC_PIN_0" register "usb_port_overcurrent_pin[5]" = "USB_OC_PIN_0" - # SPI Configuration - register "common_config.spi_config" = "{ - .normal_speed = SPI_SPEED_33M, /* MHz */ - .fast_speed = SPI_SPEED_66M, /* MHz */ - .altio_speed = SPI_SPEED_33M, /* MHz */ - .tpm_speed = SPI_SPEED_33M, /* MHz */ - .read_mode = SPI_READ_MODE_QUAD114, - }" - # eSPI Configuration register "common_config.espi_config" = "{ .std_io_decode_bitmap = ESPI_DECODE_IO_0X60_0X64_EN, diff --git a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb index 2aac197464..6b5a60b14f 100644 --- a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb @@ -100,15 +100,6 @@ chip soc/amd/picasso register "usb_port_overcurrent_pin[4]" = "USB_OC_PIN_0" register "usb_port_overcurrent_pin[5]" = "USB_OC_PIN_0" - # SPI Configuration - register "common_config.spi_config" = "{ - .normal_speed = SPI_SPEED_33M, /* MHz */ - .fast_speed = SPI_SPEED_66M, /* MHz */ - .altio_speed = SPI_SPEED_33M, /* MHz */ - .tpm_speed = SPI_SPEED_33M, /* MHz */ - .read_mode = SPI_READ_MODE_QUAD114, - }" - # eSPI Configuration register "common_config.espi_config" = "{ .std_io_decode_bitmap = ESPI_DECODE_IO_0X60_0X64_EN, -- cgit v1.2.3