Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1f32ffc authored by Hugues Fruchet's avatar Hugues Fruchet Committed by Mauro Carvalho Chehab
Browse files

[media] ARM: dts: STiH407-family: add DELTA dt node



This patch adds DT node for STMicroelectronics
DELTA V4L2 video decoder

Signed-off-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent ce0b001b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1002,5 +1002,15 @@

			status = "disabled";
		};

		delta0 {
			compatible = "st,st-delta";
			clock-names = "delta",
				      "delta-st231",
				      "delta-flash-promip";
			clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
				 <&clk_s_c0_flexgen CLK_ST231_DMU>,
				 <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
		};
	};
};