]> Git Repo - qemu.git/commitdiff
vexpress, realview: Use pl111, not pl110
authorPeter Maydell <[email protected]>
Fri, 22 Jul 2011 15:36:54 +0000 (15:36 +0000)
committerPeter Maydell <[email protected]>
Wed, 17 Aug 2011 23:01:27 +0000 (23:01 +0000)
The Versatile Express, Realview EB, PBX A9 and PB A8 boards all
use a PL111 for their graphics, not a PL110. Now we model the
PL111, use it on these board models.

Signed-off-by: Peter Maydell <[email protected]>
hw/realview.c
hw/vexpress.c

index 94ab90051257ea72b58dbb7a09a1ff8406b75057..549bb150c657b9e9ec06ee8f11b547441fac8542 100644 (file)
@@ -251,7 +251,7 @@ static void realview_init(ram_addr_t ram_size,
     sysbus_create_simple("pl061", 0x10014000, pic[7]);
     gpio2 = sysbus_create_simple("pl061", 0x10015000, pic[8]);
 
-    sysbus_create_simple("pl110_versatile", 0x10020000, pic[23]);
+    sysbus_create_simple("pl111", 0x10020000, pic[23]);
 
     dev = sysbus_create_varargs("pl181", 0x10005000, pic[17], pic[18], NULL);
     /* Wire up MMC card detect and read-only signals. These have
index 9ffd332deebe40136615d9f5d0f84bdabc36c492..c9766dd0c432a46c3558918571229c2aef9dd68b 100644 (file)
@@ -150,7 +150,7 @@ static void vexpress_a9_init(ram_addr_t ram_size,
     /* Daughterboard peripherals : 0x10020000 .. 0x20000000 */
 
     /* 0x10020000 PL111 CLCD (daughterboard) */
-    sysbus_create_simple("pl110", 0x10020000, pic[44]);
+    sysbus_create_simple("pl111", 0x10020000, pic[44]);
 
     /* 0x10060000 AXI RAM */
     /* 0x100e0000 PL341 Dynamic Memory Controller */
This page took 0.029756 seconds and 4 git commands to generate.