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. --- Changes in v2: - Rebased onto latest origin/master - Removed unneeded blank line - Link to v1: https://lore.kernel.org/r/[email protected] --- drivers/video/simple_panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c index 8fa7ea4e87c4..1cf587f973be 100644 --- a/drivers/video/simple_panel.c +++ b/drivers/video/simple_panel.c @@ -251,6 +251,7 @@ static const struct udevice_id simple_panel_ids[] = { .data = (ulong)&panasonic_vvx10f004b00_data }, { .compatible = "tfc,s9700rtwv43tr-01b", .data = (ulong)&tfc_s9700rtwv43tr_01b_data }, + { .compatible = "rocktech,rk043fn48h" }, { } }; --- base-commit: aa4f687977a449686498236722ee5e93d8b39918 change-id: 20251207-simple_panel-1a910ee5175d Best regards, -- Raphael Gallais-Pou <[email protected]>

