summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd/script.rst
diff options
context:
space:
mode:
authorRaphael Gallais-Pou <[email protected]>2025-09-04 14:53:09 +0200
committerTom Rini <[email protected]>2025-11-17 10:43:52 -0600
commit35be94614733e500bc00b8297ffdecf50aea6d03 (patch)
tree56e4771f186c87781ae1efde5c42e12167eeb52d /doc/develop/bootstd/script.rst
parentb3316f6053feb3be1a731536c250942606447ea9 (diff)
video: stm32: ltdc: properly search the first available panel
Initially there was only one DSI bridge with one panel attached to this device. This explained the call to uclass_first_device_err(UCLASS_PANEL, ...) which worked fine at the time. Now that multiple bridges and panels, with different technologies, can be plugged onto the board this way to get the panel device is outdated. The lookup is done is two steps. First we circle through the UCLASS_VIDEO_BRIDGE, and once we get one, we search through its endpoints until we get a UCLASS_PANEL device available. Acked-by: Yannick Fertre <[email protected]> Signed-off-by: Raphael Gallais-Pou <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/script.rst')
0 files changed, 0 insertions, 0 deletions