diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-12-18 09:20:20 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 14:57:44 +0000 |
commit | d589be3648f3e3c9ef5a0aaac9bfe713c8fef333 (patch) | |
tree | a28127dfccbdd33447a38dbdd9ecd7446a4671ad | |
parent | 54f8116d86d422c6691bac28dffa326a2fb6d207 (diff) | |
download | coreboot-d589be3648f3e3c9ef5a0aaac9bfe713c8fef333.tar.xz |
mb/facebook/monolith: Remove SDIO controller from devicetree
The SDIO device is disabled so remove it from the devicetree.
BUG=N/A
TEST=build
Change-Id: I6497f6134d8fc001bf4cb7e348ae00077aa34814
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38129
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/facebook/monolith/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/facebook/monolith/devicetree.cb b/src/mainboard/facebook/monolith/devicetree.cb index 3fb5cbaadd..4a34cabc3d 100644 --- a/src/mainboard/facebook/monolith/devicetree.cb +++ b/src/mainboard/facebook/monolith/devicetree.cb @@ -230,7 +230,6 @@ chip soc/intel/skylake device pci 1d.0 on end # PCI Express Port 9 x4 FPGA device pci 1e.0 on end # UART #0 device pci 1e.4 on end # eMMC - device pci 1e.5 off end # SDIO device pci 1f.0 on # LPC Interface chip drivers/pc80/tpm device pnp 0c31.0 on end |