]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: simple_panel: simplify platform data pass
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 8 Jan 2024 16:45:00 +0000 (18:45 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 20 Apr 2024 13:08:09 +0000 (15:08 +0200)
commit02bb9976e1d4412f122f2c5dfebe689f8160805d
tree319b825dcbb802a791d347465adb80c68f4ac340
parentaf04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92
video: simple_panel: simplify platform data pass

Pass MIPI DSI platform data to simple DSI panel directly
from driver data on panel probe.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/simple_panel.c