diff options
author | Simon Glass | 2015-05-04 11:31:12 -0600 |
---|---|---|
committer | Simon Glass | 2015-05-14 18:49:35 -0600 |
commit | 3a812e7c72f6865b70c8882f1de6bbc99cc54981 (patch) | |
tree | 090eb5489a7330e4f69f38a45fd90a2585b846b9 | |
parent | 66da9beb621dd62967924df552e7833c06b35ace (diff) |
sandbox: Support wide-screen LCD emulation
Increase the LCD size to 1366x768.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/sandbox/dts/sandbox.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 82d186ee5b0..99b0f362ae6 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 { |