Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Documentation: DT: add bindings for ST DELTA

This patch adds DT binding documentation for STMicroelectronics
DELTA V4L2 video decoder.

Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Hugues Fruchet and committed by
Mauro Carvalho Chehab
ce0b001b 6c5da803

+17
+17
Documentation/devicetree/bindings/media/st,st-delta.txt
··· 1 + * STMicroelectronics DELTA multi-format video decoder 2 + 3 + Required 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 + 10 + Example: 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 + };