From: Jan von Wiarda <jan.vonwia...@emtrion.de>

---
 configs/emtrion-rzg1m.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/configs/emtrion-rzg1m.c b/configs/emtrion-rzg1m.c
index 16d3d5d..148e2f7 100644
--- a/configs/emtrion-rzg1m.c
+++ b/configs/emtrion-rzg1m.c
@@ -21,7 +21,7 @@
 struct {
        struct jailhouse_system header;
        __u64 cpus[1];
-       struct jailhouse_memory mem_regions[23];
+       struct jailhouse_memory mem_regions[24];
        struct jailhouse_irqchip irqchips[3];
        struct jailhouse_pci_device pci_devices[1];
 } __attribute__((packed)) config = {
@@ -162,6 +162,13 @@ struct {
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_IO,
                },
+               /* LVDS */ {
+                       .phys_start = 0xfeb90000,
+                       .virt_start = 0xfeb90000,
+                       .size = 0x00010000,
+                       .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
+                               JAILHOUSE_MEM_IO,
+               },
                /* CAN0 */ {
                        .phys_start = 0xe6e80000,
                        .virt_start = 0xe6e80000,
-- 
2.11.0

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to