roda/rk886ex: Expose VGA devices in devicetree
Otherwise set_subsystem isn't called for these (as they're not marked on_mainboard) Change-Id: I08e781735c59e4aa61009d2afa165d782f5a849e Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/998 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
e204e2ae87
commit
2e2a68bbc8
|
@ -32,8 +32,8 @@ chip northbridge/intel/i945
|
|||
device pci 00.0 on end # host bridge
|
||||
# auto detection:
|
||||
#device pci 01.0 off end # i945 PCIe root port
|
||||
#device pci 02.0 on end # vga controller
|
||||
#device pci 02.1 on end # display controller
|
||||
device pci 02.0 on end # vga controller
|
||||
device pci 02.1 on end # display controller
|
||||
|
||||
chip southbridge/intel/i82801gx
|
||||
register "pirqa_routing" = "0x0b"
|
||||
|
|
Loading…
Reference in New Issue