[U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation
Simon Glass
sjg at chromium.org
Mon May 4 19:31:12 CEST 2015
Increase the LCD size to 1366x768.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/sandbox/dts/sandbox.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index efa2097..6bfa735 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -70,8 +70,8 @@
lcd {
compatible = "sandbox,lcd-sdl";
- xres = <800>;
- yres = <600>;
+ xres = <1366>;
+ yres = <768>;
};
gpio_a: gpios at 0 {
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list