Add the compatible "rocktech,rk043fn48h" for simple-panel driver.
Signed-off-by: Raphael Gallais-Pou <[email protected]> --- This patch has been tested on stm32mp135f-dk board. --- drivers/video/simple_panel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c index 0f23df701bc3..d3a58c883883 100644 --- a/drivers/video/simple_panel.c +++ b/drivers/video/simple_panel.c @@ -201,6 +201,8 @@ static const struct udevice_id simple_panel_ids[] = { { .compatible = "boe,nv101wxmn51" }, { .compatible = "panasonic,vvx10f004b00", .data = (ulong)&panasonic_vvx10f004b00 }, + { .compatible = "rocktech,rk043fn48h" }, + { } }; --- base-commit: c7c2c3c0101f625c01bf101d652e03a6d4aa950f change-id: 20251207-simple_panel-1a910ee5175d Best regards, -- Raphael Gallais-Pou <[email protected]>

