]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm: panel: jd9365da-h3: Add Radxa Display 10HD
authorJagan Teki <jagan@edgeble.ai>
Mon, 23 Jan 2023 18:33:10 +0000 (00:03 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 27 Jan 2023 07:54:55 +0000 (08:54 +0100)
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
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c

index 48c1702a863bc54615cf2c78441a94c36ca5daf7..729a276e590c0cbfbc8445ca4b1c7d8219e2fc82 100644 (file)
@@ -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);