diff options
author | Hugues Fruchet <hugues.fruchet@st.com> | 2017-02-02 09:59:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-08 06:57:16 -0500 |
commit | a1f32ffcfb10bf4237dd9af3678a4382fdc344c5 (patch) | |
tree | 3811682dc8c29207c39314f081e582e28abdbe04 | |
parent | ce0b001bda3a216e6df234e58bc2adf2dbe32858 (diff) |
[media] ARM: dts: STiH407-family: add DELTA dt node
This patch adds DT node for STMicroelectronics
DELTA V4L2 video decoder
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | arch/arm/boot/dts/stih407-family.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index c8b2944e304a..c32933a9eba1 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi | |||
@@ -1002,5 +1002,15 @@ | |||
1002 | 1002 | ||
1003 | status = "disabled"; | 1003 | status = "disabled"; |
1004 | }; | 1004 | }; |
1005 | |||
1006 | delta0 { | ||
1007 | compatible = "st,st-delta"; | ||
1008 | clock-names = "delta", | ||
1009 | "delta-st231", | ||
1010 | "delta-flash-promip"; | ||
1011 | clocks = <&clk_s_c0_flexgen CLK_VID_DMU>, | ||
1012 | <&clk_s_c0_flexgen CLK_ST231_DMU>, | ||
1013 | <&clk_s_c0_flexgen CLK_FLASH_PROMIP>; | ||
1014 | }; | ||
1005 | }; | 1015 | }; |
1006 | }; | 1016 | }; |