From: Philipp Zabel Date: Tue, 4 Jun 2013 10:12:22 +0000 (+0200) Subject: ARM i.MX53: Add TVE entry to i.MX53 dtsi X-Git-Tag: Ubuntu-5.2.0-15.16~15412^2~9^2~30 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=19194c2b613c4802a9fb735ccfa23ca63afbc644;p=mirror_ubuntu-eoan-kernel.git ARM i.MX53: Add TVE entry to i.MX53 dtsi This adds the Television Encoder (TVEv2) device tree node to the i.MX53 dtsi. Signed-off-by: Philipp Zabel Signed-off-by: Steffen Trumtrar Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index e448b332aee6..3895fbba8fce 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -1066,6 +1066,16 @@ clock-names = "ipg", "ahb", "ptp"; status = "disabled"; }; + + tve: tve@63ff0000 { + compatible = "fsl,imx53-tve"; + reg = <0x63ff0000 0x1000>; + interrupts = <92>; + clocks = <&clks 69>, <&clks 116>; + clock-names = "tve", "di_sel"; + crtcs = <&ipu 1>; + status = "disabled"; + }; }; }; };