sandbox: Slow down the LCD sync rate
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 22:13:48 +0000 (15:13 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:24 +0000 (19:24 -0600)
commit7c19e4cbfe5271bd6a3cf0bf14d10751b5798739
tree5123dce2cbe4d7c1d1de1542989bed1db69a1c8b
parent7aa9dbd0abd6a223da41e3ad363f0ed28a6109ad
sandbox: Slow down the LCD sync rate

There is seldom a need to refresh at 100Hz and it uses a lot of CPU.
Reduce the rate to 10Hz which seems to be adequate.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video-uclass.c