commit | d2caf7bb62eda1bb567f6869297192269e470b41 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:36:14 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | 141ac6c6d9268756342e3e5fcf5fb3a4b30a5d80 | |
parent | f91de0b9b1e801f6925759917d799adcafafc675 [diff] |
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>