From 2e2a68bbc84bb2c2574bd77c3442e0de4e0259a5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 3 May 2012 11:34:20 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/998 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Ronald G. Minnich --- src/mainboard/roda/rk886ex/devicetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/roda/rk886ex/devicetree.cb') 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" -- cgit v1.2.3