From ce29664646350d6baf5d844eac72ca807869bef4 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 2 Sep 2016 17:45:07 -0700 Subject: ARM: dts: imx7-colibri: make use of the native-mode property We can store multiple modes now and select the mode used by the driver by default using the native-mode property. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi index ea2f40b47245..c2b027ed5096 100644 --- a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi +++ b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi @@ -99,9 +99,8 @@ bus-width = <18>; display-timings { -/* not working, it takes the last element currently - native-mode = <&timing_vga>; -*/ + native-mode = <&timing_wvga>; + /* Standard VGA timing */ timing_vga: 640x480 { clock-frequency = <25175000>; @@ -119,7 +118,7 @@ vsync-active = <0>; pixelclk-active = <0>; }; -#if 0 + /* WVGA Timing, e.g. EDT ET070080DH6 */ timing_wvga: 800x480 { clock-frequency = <33260000>; @@ -205,7 +204,6 @@ vsync-active = <0>; pixelclk-active = <0>; }; -#endif }; }; }; -- cgit v1.2.3