projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66da9be
)
sandbox: Support wide-screen LCD emulation
author
Simon Glass
<sjg@chromium.org>
Mon, 4 May 2015 17:31:12 +0000
(11:31 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 15 May 2015 00:49:35 +0000
(18:49 -0600)
Increase the LCD size to 1366x768.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/sandbox.dts
b/arch/sandbox/dts/sandbox.dts
index
82d186e
..
99b0f36
100644
(file)
--- 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 {