mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
sandbox: Support changing the LCD colour depth
Add a new device-tree property to control the colour depth. At present we support 16bpp and 32bpp. While we are here, update the code to use livetree. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
compatible = "sandbox,lcd-sdl";
|
||||
xres = <1366>;
|
||||
yres = <768>;
|
||||
log2-depth = <5>;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
Reference in New Issue
Block a user