From: Simon Glass Date: Mon, 4 May 2015 17:31:12 +0000 (-0600) Subject: sandbox: Support wide-screen LCD emulation X-Git-Tag: v2015.07-rc2~213 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a812e7c72f6865b70c8882f1de6bbc99cc54981;p=u-boot sandbox: Support wide-screen LCD emulation Increase the LCD size to 1366x768. Signed-off-by: Simon Glass --- diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 82d186ee5b..99b0f362ae 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -72,8 +72,8 @@ lcd { compatible = "sandbox,lcd-sdl"; - xres = <800>; - yres = <600>; + xres = <1366>; + yres = <768>; }; gpio_a: gpios@0 {