u-boot/board/anbernic/rgxx3_rk3566
Chris Morgan ff27afedff board: rockchip: Add panel auto-detection for Anbernic RGxx3
Add support to automatically detect the panel for the Anbernic RGxx3.
This is done by creating a "pseudo driver" that provides only the bare
minimum to start the DSI controller and DSI DPHY. Once started, we then
can query the panel for its panel ID and compare it to a table of known
values. The panel compatible string (which corresponds to the upstream
Linux driver) is then defined as an environment variable "panel". The
panel compatible string is also changed automatically via an
ft_board_setup() call if what is detected differs from what is in the
loaded tree. This way, end users can use the same bootloader without
having to worry about which panel they have (as there is no obvious
way of knowing).

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2023-07-28 18:45:02 +08:00
..
Kconfig board: rockchip: add Anbernic RGXX3 Series Devices 2023-05-06 17:45:05 +08:00
MAINTAINERS MAINTAINERS: Fix path typos and similar 2023-07-25 12:44:47 -04:00
Makefile board: rockchip: add Anbernic RGXX3 Series Devices 2023-05-06 17:45:05 +08:00
rgxx3-rk3566.c board: rockchip: Add panel auto-detection for Anbernic RGxx3 2023-07-28 18:45:02 +08:00