mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
14 lines
207 B
Text
14 lines
207 B
Text
|
Sandbox LCD
|
||
|
===========
|
||
|
|
||
|
This uses the displaymode.txt binding except that only xres and yres are
|
||
|
required properties.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
lcd {
|
||
|
compatible = "sandbox,lcd-sdl";
|
||
|
xres = <800>;
|
||
|
yres = <600>;
|
||
|
};
|