summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-09-02 17:45:07 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 15:21:50 +0200
commitce29664646350d6baf5d844eac72ca807869bef4 (patch)
treef69fc1a67e0af8ad5a2a5390ddbd97827ff5013e /arch/arm/boot/dts
parentbaa6a9d258854237e5c1ff793f0e8a5cf1add172 (diff)
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 <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi8
1 files 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
};
};
};