mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm: panel: jd9365da-h3: Add Radxa Display 10HD
Radxa Display 10HD is a family of DSI panels from Radxa that uses jd9365da-h3 IC. Add panel support for it. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230123183312.436573-2-jagan@edgeble.ai
This commit is contained in:
parent
6634509553
commit
18d2f6d956
|
|
@ -452,7 +452,14 @@ static void jadard_dsi_remove(struct mipi_dsi_device *dsi)
|
|||
}
|
||||
|
||||
static const struct of_device_id jadard_of_match[] = {
|
||||
{ .compatible = "chongzhou,cz101b4001", .data = &cz101b4001_desc },
|
||||
{
|
||||
.compatible = "chongzhou,cz101b4001",
|
||||
.data = &cz101b4001_desc
|
||||
},
|
||||
{
|
||||
.compatible = "radxa,display-10hd-ad001",
|
||||
.data = &cz101b4001_desc
|
||||
},
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, jadard_of_match);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user