Back to home page

OSCL-LXR

 
 

    


0001 * STMicroelectronics DELTA multi-format video decoder
0002 
0003 Required properties:
0004 - compatible: should be "st,st-delta".
0005 - clocks: from common clock binding: handle hardware IP needed clocks, the
0006   number of clocks may depend on the SoC type.
0007   See ../clock/clock-bindings.txt for details.
0008 - clock-names: names of the clocks listed in clocks property in the same order.
0009 
0010 Example:
0011         delta0 {
0012                 compatible = "st,st-delta";
0013                 clock-names = "delta", "delta-st231", "delta-flash-promip";
0014                 clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
0015                          <&clk_s_c0_flexgen CLK_ST231_DMU>,
0016                          <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
0017         };