MLK-16119-03: dts: Enable hdmi driver to imx8mq evk dts
authorSandor Yu <Sandor.yu@nxp.com>
Wed, 2 Aug 2017 06:48:29 +0000 (14:48 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:15 +0000 (15:36 -0500)
Add hdmi driver property to imx8mq evk.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi

index 1ee1507..c726a9e 100644 (file)
        };
 };
 
+&hdmi {
+       disp-dev = "hdmi_disp";
+       status = "okay";
+};
+
 &i2c2 {
        clock-frequency = <100000>;
        pinctrl-names = "default";
index bfbf4ef..2526f7d 100644 (file)
                status = "disabled";
        };
 
+       hdmi: hdmi@32c00000 {
+               compatible = "fsl,imx8mq-hdmi";
+               reg = <0x0 0x32c00000 0x0 0x100000>,    /* HDMI registers */
+                               <0x0 0x32e40000 0x0 0x40000>;   /* HDMI SEC register */
+               interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
+               video-mode = <95>;      /* #16: 1920x1080p@60HZ 16:9 */
+                                                       /* #95: 3840x2160p@30Hz 16:9 */
+                                                       /* #99: 3840x2160p@60Hz 16:9 */
+               status = "disabled";
+       };
+
        pcie0: pcie@0x33800000 {
                compatible = "fsl,imx8mq-pcie", "snps,dw-pcie";
                reg = <0x0 0x33800000 0x0 0x400000>, <0x0 0x1ff00000 0x0 0x80000>;