diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2012-05-03 11:34:20 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-05-04 01:54:08 +0200 |
commit | 2e2a68bbc84bb2c2574bd77c3442e0de4e0259a5 (patch) | |
tree | 6df460b1184da3c1a3390e059abd600c8a36fe20 /src/mainboard/roda/rk886ex/devicetree.cb | |
parent | e204e2ae87ca734332178a4314c6d4e15c9b86d0 (diff) | |
download | coreboot-2e2a68bbc84bb2c2574bd77c3442e0de4e0259a5.tar.xz |
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>
Diffstat (limited to 'src/mainboard/roda/rk886ex/devicetree.cb')
-rw-r--r-- | src/mainboard/roda/rk886ex/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/roda/rk886ex/devicetree.cb b/src/mainboard/roda/rk886ex/devicetree.cb index 1bd0d14750..aadba9d8f2 100644 --- a/src/mainboard/roda/rk886ex/devicetree.cb +++ b/src/mainboard/roda/rk886ex/devicetree.cb @@ -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" |