1* STMicroelectronics DELTA multi-format video decoder
2
3Required properties:
4- compatible: should be "st,st-delta".
5- clocks: from common clock binding: handle hardware IP needed clocks, the
6  number of clocks may depend on the SoC type.
7  See ../clock/clock-bindings.txt for details.
8- clock-names: names of the clocks listed in clocks property in the same order.
9
10Example:
11	delta0 {
12		compatible = "st,st-delta";
13		clock-names = "delta", "delta-st231", "delta-flash-promip";
14		clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
15			 <&clk_s_c0_flexgen CLK_ST231_DMU>,
16			 <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
17	};
18