diff mbox series

drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'

Message ID 20201116141609.26719-1-dafna.hirschfeld@collabora.com (mailing list archive)
State New, archived
Headers show
Series drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/' | expand

Commit Message

Dafna Hirschfeld Nov. 16, 2020, 2:16 p.m. UTC
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>
---
 drivers/gpu/drm/rockchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Stübner Nov. 29, 2020, 4:52 p.m. UTC | #1
Hi Dafna,

Am Montag, 16. November 2020, 15:16:08 CET schrieb Dafna Hirschfeld:
> 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>

applied both patches to drm-misc-next.

Just a small wish for the future, threading together unrelated patches
makes b4 hickup, so ideally either submit them separately or give them
a numbering (1/2 + 2/2).


Thanks
Heiko
diff mbox series

Patch

diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
index 310aa1546893..cb25c0e8fc9b 100644
--- 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.