diff options
| author | Philippe CORNU <philippe.cornu@st.com> | 2017-10-26 06:04:50 -0400 |
|---|---|---|
| committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2017-11-07 08:46:49 -0500 |
| commit | bb3fb5e515df44c750fc641970445b61c09a72b6 (patch) | |
| tree | 5b61ceb4f743b9ccd789e5994ca3c556c5dc07d3 /drivers/gpu/drm/stm | |
| parent | de7e8bd01a241103c141801479e0bda786b76290 (diff) | |
drm/stm: dsi: Rename driver name
Rename the driver name from "dw_mipi_dsi-stm" to
"stm32-display-dsi" for a better readability
in /sys/bus/platform/drivers entries.
Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1509012290-16906-1-git-send-email-philippe.cornu@st.com
Diffstat (limited to 'drivers/gpu/drm/stm')
| -rw-r--r-- | drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c index e5b6310240fe..10b2b779e72e 100644 --- a/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c +++ b/drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | |||
| @@ -342,7 +342,7 @@ static struct platform_driver dw_mipi_dsi_stm_driver = { | |||
| 342 | .remove = dw_mipi_dsi_stm_remove, | 342 | .remove = dw_mipi_dsi_stm_remove, |
| 343 | .driver = { | 343 | .driver = { |
| 344 | .of_match_table = dw_mipi_dsi_stm_dt_ids, | 344 | .of_match_table = dw_mipi_dsi_stm_dt_ids, |
| 345 | .name = "dw_mipi_dsi-stm", | 345 | .name = "stm32-display-dsi", |
| 346 | }, | 346 | }, |
| 347 | }; | 347 | }; |
| 348 | 348 | ||
