]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Support wide-screen LCD emulation
authorSimon Glass <sjg@chromium.org>
Mon, 4 May 2015 17:31:12 +0000 (11:31 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:40 +0000 (22:39 +0200)
Increase the LCD size to 1366x768.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts

index 82d186ee5b0660e5c82f8acd843f677c0256c589..99b0f362ae618b668d18ee4239ff6b6633556d7b 100644 (file)
@@ -72,8 +72,8 @@
 
        lcd {
                compatible = "sandbox,lcd-sdl";
-               xres = <800>;
-               yres = <600>;
+               xres = <1366>;
+               yres = <768>;
        };
 
        gpio_a: gpios@0 {