commit | e35534c9dbbcfbd62057981b104569884bdd641e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon May 04 11:31:12 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu May 14 18:49:35 2015 -0600 |
tree | 090eb5489a7330e4f69f38a45fd90a2585b846b9 | |
parent | ad29aa0feca7b6c76a378f8e095803a7fa850e11 [diff] |
sandbox: Support wide-screen LCD emulation Increase the LCD size to 1366x768. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 82d186e..99b0f36 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 {