]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: stm32f469-disco: add support to display
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 11 Dec 2023 22:05:55 +0000 (23:05 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 15 Dec 2023 14:41:23 +0000 (15:41 +0100)
commit47256b040c61a08de6037954e15d4cba1d2a04a9
tree596f06b965b696b438a455830a69e42d89908523
parent88c938f8748665d0bf9c5a47eaee2072649bd099
board: stm32f469-disco: add support to display

Add support to Orise Tech OTM8009A display on stm32f469-disco board.

It was necessary to retrieve the framebuffer address from the device tree
because the address returned by the video-uclass driver pointed to a memory
area that was not usable.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
configs/stm32f469-discovery_defconfig
drivers/video/stm32/stm32_ltdc.c