brintos

brintos / linux-shallow public Read only

0
0
Text · 400 B · 6d62951 Raw
20 lines · plain
1* TI - IVA (Imaging and Video Accelerator) subsystem2 3The IVA contain various audio, video or imaging HW accelerator4depending of the version.5 6Required properties:7- compatible : Should be:8  - "ti,ivahd" for OMAP49  - "ti,iva2.2" for OMAP310  - "ti,iva2.1" for OMAP243011  - "ti,iva1" for OMAP242012- ti,hwmods: "iva"13 14Examples:15 16iva {17    compatible = "ti,ivahd", "ti,iva";18    ti,hwmods = "iva";19};20