siemens/mc_apl1: Disable XDCI
With enabled XDCI support we are not able to use USB port 0 over XHCI driver. For this reason, we disable XDCI into devicetree.cb. Change-Id: I1ed721d9ffd44a920a6f1f16855d5b7ceb1b17c5 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/20296 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
81693d41b1
commit
db666a4d61
|
@ -61,7 +61,7 @@ chip soc/intel/apollolake
|
|||
device pci 14.0 on end # - RP 0 - PCIe-B 0 - PCIe-PCI-Bridge
|
||||
device pci 14.1 off end # - RP 1 - PCIe-B 1
|
||||
device pci 15.0 on end # - XHCI
|
||||
device pci 15.1 on end # - XDCI
|
||||
device pci 15.1 off end # - XDCI
|
||||
device pci 16.0 on # - I2C 0
|
||||
# Enable external RTC chip
|
||||
chip drivers/i2c/rx6110sa
|
||||
|
|
Loading…
Reference in New Issue