LF-497-1 arm: dts: imx6dl: add mipi dsi node
authorFancy Fang <chen.fang@nxp.com>
Tue, 17 Dec 2019 10:23:20 +0000 (18:23 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:45 +0000 (11:21 +0800)
Add the mipi dsi device node for imx6dl platform.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm/boot/dts/imx6dl.dtsi

index 0140f9b..9946a42 100755 (executable)
                };
 
                aips2: bus@2100000 {
+                       mipi_dsi: mipi@21e0000 {
+                               compatible = "fsl,imx6dl-mipi-dsi";
+                               reg = <0x21e0000 0x4000>;
+                               interrupts = <0 102 0x4>;
+                               gpr = <&gpr>;
+                               clocks = <&clks IMX6QDL_CLK_HSI_TX>, <&clks IMX6QDL_CLK_VIDEO_27M>;
+                               clock-names = "mipi_pllref_clk", "mipi_cfg_clk";
+                               status = "disabled";
+                       };
+
                        i2c4: i2c@21f8000 {
                                #address-cells = <1>;
                                #size-cells = <0>;