summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-04 11:31:12 -0600
committerSimon Glass <sjg@chromium.org>2015-05-14 18:49:35 -0600
commit3a812e7c72f6865b70c8882f1de6bbc99cc54981 (patch)
tree090eb5489a7330e4f69f38a45fd90a2585b846b9 /arch/sandbox
parent66da9beb621dd62967924df552e7833c06b35ace (diff)
downloadtalos-obmc-uboot-3a812e7c72f6865b70c8882f1de6bbc99cc54981.tar.gz
talos-obmc-uboot-3a812e7c72f6865b70c8882f1de6bbc99cc54981.zip
sandbox: Support wide-screen LCD emulation
Increase the LCD size to 1366x768. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/sandbox.dts4
1 files changed, 2 insertions, 2 deletions
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 {
OpenPOWER on IntegriCloud