projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c8c7d
)
drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'
author
Dafna Hirschfeld
<dafna.hirschfeld@collabora.com>
Mon, 16 Nov 2020 14:16:08 +0000
(15:16 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 29 Nov 2020 16:39:44 +0000
(17:39 +0100)
In the help of ROCKCHIP_DW_MIPI_DSI it said
it is a HDMI driver instead of a dsi driver.
Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link:
https://patchwork.freedesktop.org/patch/msgid/20201116141609.26719-1-dafna.hirschfeld@collabora.com
drivers/gpu/drm/rockchip/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/rockchip/Kconfig
b/drivers/gpu/drm/rockchip/Kconfig
index 310aa15468935c23d93a001bf4133205cba231e3..cb25c0e8fc9b2e6547e2c901452019b58ea991c6 100644
(file)
--- a/
drivers/gpu/drm/rockchip/Kconfig
+++ b/
drivers/gpu/drm/rockchip/Kconfig
@@
-49,7
+49,7
@@
config ROCKCHIP_DW_MIPI_DSI
select GENERIC_PHY_MIPI_DPHY
help
This selects support for Rockchip SoC specific extensions
- for the Synopsys DesignWare
HDMI
driver. If you want to
+ for the Synopsys DesignWare
dsi
driver. If you want to
enable MIPI DSI on RK3288 or RK3399 based SoC, you should
select this option.