Back to home page

OSCL-LXR

 
 

    


0001 * TI - IVA (Imaging and Video Accelerator) subsystem
0002 
0003 The IVA contain various audio, video or imaging HW accelerator
0004 depending of the version.
0005 
0006 Required properties:
0007 - compatible : Should be:
0008   - "ti,ivahd" for OMAP4
0009   - "ti,iva2.2" for OMAP3
0010   - "ti,iva2.1" for OMAP2430
0011   - "ti,iva1" for OMAP2420
0012 - ti,hwmods: "iva"
0013 
0014 Examples:
0015 
0016 iva {
0017     compatible = "ti,ivahd", "ti,iva";
0018     ti,hwmods = "iva";
0019 };