mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
video: simple_panel: add support for "rocktech,rk043fn48h" display
Add the compatible "rocktech,rk043fn48h" for simple-panel driver. Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
committed by
Patrice Chotard
parent
07cd29b175
commit
a8f12fa7af
@@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user