Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

authored by

Dafna Hirschfeld and committed by
Heiko Stuebner
a218a397 f8c8c7d8

+1 -1
+1 -1
drivers/gpu/drm/rockchip/Kconfig
··· 49 49 select GENERIC_PHY_MIPI_DPHY 50 50 help 51 51 This selects support for Rockchip SoC specific extensions 52 - for the Synopsys DesignWare HDMI driver. If you want to 52 + for the Synopsys DesignWare dsi driver. If you want to 53 53 enable MIPI DSI on RK3288 or RK3399 based SoC, you should 54 54 select this option. 55 55