imx-drm: add imx6 DT configuration for HDMI
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 16 Oct 2013 09:19:00 +0000 (10:19 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Feb 2014 12:03:55 +0000 (12:03 +0000)
Extracted from another patch by Fabio Estevam, this adds the DT
configuration for HDMI output on the IMX6 SoCs

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/dts/imx6dl.dtsi
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6qdl.dtsi

index 9e8ae118fdd4e6c6c1df48a0b4a66c20e0504ae6..65e54b4529c5c6923af23249bebfcee58cdceb1e 100644 (file)
@@ -88,3 +88,7 @@
                crtcs = <&ipu1 0>, <&ipu1 1>;
        };
 };
+
+&hdmi {
+       crtcs = <&ipu1 0>, <&ipu1 1>;
+}
index f024ef28b34b9373895dbbb913c475eebb33298a..d2467f532de6e3cdb216b0ad45c03ef0fb37a539 100644 (file)
                crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
        };
 };
+
+&hdmi {
+       crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
+};
index fb28b2ecb1db37a28a9effbd7bea591ace78554a..400bbc624f25e52a588b751992b2dffacb277344 100644 (file)
                                };
                        };
 
+                       hdmi: hdmi@0120000 {
+                               compatible = "fsl,imx6q-hdmi";
+                               reg = <0x00120000 0x9000>;
+                               interrupts = <0 115 0x04>;
+                               gpr = <&gpr>;
+                               clocks = <&clks 123>, <&clks 124>;
+                               clock-names = "iahb", "isfr";
+                               status = "disabled";
+                       };
+
                        dcic1: dcic@020e4000 {
                                reg = <0x020e4000 0x4000>;
                                interrupts = <0 124 0x04>;
This page took 0.043115 seconds and 5 git commands to generate.