projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66dbdc7
)
drm/sun4i: dsi: Add Allwinner A64 MIPI DSI support
author
Jagan Teki
<jagan@amarulasolutions.com>
Sun, 22 Dec 2019 13:22:27 +0000
(18:52 +0530)
committer
Maxime Ripard
<maxime@cerno.tech>
Thu, 26 Dec 2019 09:36:36 +0000
(10:36 +0100)
The MIPI DSI controller in Allwinner A64 is similar to A33.
But unlike A33, A64 doesn't have DSI_SCLK gating so add compatible
for Allwinner A64 with uninitialized has_mod_clk driver.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Merlijn Wajer <merlijn@wizzup.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191222132229.30276-6-jagan@amarulasolutions.com
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
index cdfec03bf1a43c770547f4fe8b8143a539c84578..a75fcb11317248ff69b6e8f993685c37234fa2e1 100644
(file)
--- a/
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
+++ b/
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
@@
-1256,6
+1256,7
@@
static const struct dev_pm_ops sun6i_dsi_pm_ops = {
static const struct of_device_id sun6i_dsi_of_table[] = {
{ .compatible = "allwinner,sun6i-a31-mipi-dsi" },
+ { .compatible = "allwinner,sun50i-a64-mipi-dsi" },
{ }
};
MODULE_DEVICE_TABLE(of, sun6i_dsi_of_table);