imx-drm: convert to componentised device support
[deliverable/linux.git] / arch / arm / boot / dts / imx53-m53evk.dts
index 7d304d02ed384e744c4789e3329ccdd80e103ac6..ee6107b6484c64798caea5b1fefcc7c4e46eb6b6 100644 (file)
@@ -21,7 +21,7 @@
        };
 
        soc {
-               display@di1 {
+               display1: display@di1 {
                        compatible = "fsl,imx-parallel-display";
                        crtcs = <&ipu 1>;
                        interface-pix-fmt = "bgr666";
                default-brightness-level = <6>;
        };
 
+       imx-drm {
+               compatible = "fsl,imx-drm";
+               crtcs = <&ipu 1>;
+               connectors = <&display1>;
+       };
+
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";
This page took 0.026204 seconds and 5 git commands to generate.