Signed-off-by: Jan Kiszka <[email protected]>
---
 configs/jetson-tk1.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/configs/jetson-tk1.c b/configs/jetson-tk1.c
index 6b7029f..fb89087 100644
--- a/configs/jetson-tk1.c
+++ b/configs/jetson-tk1.c
@@ -23,7 +23,7 @@
 struct {
        struct jailhouse_system header;
        __u64 cpus[1];
-       struct jailhouse_memory mem_regions[11];
+       struct jailhouse_memory mem_regions[12];
        struct jailhouse_irqchip irqchips[3];
 } __attribute__((packed)) config = {
        .header = {
@@ -93,6 +93,13 @@ struct {
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_IO,
                },
+               /* XUSB */ {
+                       .phys_start = 0x70090000,
+                       .virt_start = 0x70090000,
+                       .size = 0x8000,
+                       .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
+                               JAILHOUSE_MEM_IO,
+               },
                /* MMC0/1 */ {
                        .phys_start = 0x700b0000,
                        .virt_start = 0x700b0000,
-- 
2.1.4

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to