brintos

brintos / linux-shallow public Read only

0
0
Text · 660 B · 6c56285 Raw
22 lines · plain
1Freescale Video Data Order Adapter2==================================3 4The Video Data Order Adapter (VDOA) is present on the i.MX6q. Its sole purpose5is to reorder video data from the macroblock tiled order produced by the CODA6960 VPU to the conventional raster-scan order for scanout.7 8Required properties:9- compatible: must be "fsl,imx6q-vdoa"10- reg: the register base and size for the device registers11- interrupts: the VDOA interrupt12- clocks: the vdoa clock13 14Example:15 16vdoa@21e4000 {17        compatible = "fsl,imx6q-vdoa";18        reg = <0x021e4000 0x4000>;19        interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;20        clocks = <&clks IMX6QDL_CLK_VDOA>;21};22