Changeset 517


Ignore:
Timestamp:
Feb 20, 2015, 4:35:42 PM (9 years ago)
Author:
porquet
Message:

genmap: the vci_block_device is tsar specific

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/mapping.py

    r512 r517  
    13101310
    13111311                        s += '  bdv: bdv {\n'
    1312                         s += '    compatible = "soclib,vci_blockdevice";\n'
     1312                        s += '    compatible = "tsar,vci_block_device";\n'
    13131313                        s += '    interrupt-parent = <&%s>;\n' % (irq_ctrl_name)
    13141314                        s += '    interrupts = <%d>;\n' % hwi_id
Note: See TracChangeset for help on using the changeset viewer.