MLK-14286-1 ARM: dts: imx7ulp: add two new properties for mipi dsi node
authorFancy Fang <chen.fang@nxp.com>
Tue, 28 Feb 2017 06:52:48 +0000 (14:52 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:50 +0000 (15:21 -0500)
Add the 'data-lanes-num' and 'max-data-rate' properties which
are used to describe this mipi dsi capabilites.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
(cherry picked from commit bfe7d0e1c6931467f00a382e48aa592bf50c9339)

arch/arm/boot/dts/imx7ulp.dtsi

index d7eb3c3..9d4589b 100644 (file)
                        interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clks IMX7ULP_CLK_DSI>;
                        clock-names = "mipi_dsi_clk";
+                       data-lanes-num = <2>;
+                       max-data-rate  = <800000000>;
                        sim = <&sim>;
                        status = "disabled";
                };