Commit 4599934d authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: imx-drm: Fix typo in staging/imx-drm

Correct spelling typo in staging/imx-drm
Singed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 977da7f0
...@@ -15,7 +15,7 @@ config DRM_IMX_FB_HELPER ...@@ -15,7 +15,7 @@ config DRM_IMX_FB_HELPER
help help
The DRM framework can provide a legacy /dev/fb0 framebuffer The DRM framework can provide a legacy /dev/fb0 framebuffer
for your device. This is necessary to get a framebuffer console for your device. This is necessary to get a framebuffer console
and also for appplications using the legacy framebuffer API and also for applications using the legacy framebuffer API
config DRM_IMX_PARALLEL_DISPLAY config DRM_IMX_PARALLEL_DISPLAY
tristate "Support for parallel displays" tristate "Support for parallel displays"
......
...@@ -497,7 +497,7 @@ static int imx_ldb_probe(struct platform_device *pdev) ...@@ -497,7 +497,7 @@ static int imx_ldb_probe(struct platform_device *pdev)
imx_ldb->ldb_ctrl |= LDB_SPLIT_MODE_EN; imx_ldb->ldb_ctrl |= LDB_SPLIT_MODE_EN;
/* /*
* There are three diferent possible clock mux configurations: * There are three different possible clock mux configurations:
* i.MX53: ipu1_di0_sel, ipu1_di1_sel * i.MX53: ipu1_di0_sel, ipu1_di1_sel
* i.MX6q: ipu1_di0_sel, ipu1_di1_sel, ipu2_di0_sel, ipu2_di1_sel * i.MX6q: ipu1_di0_sel, ipu1_di1_sel, ipu2_di0_sel, ipu2_di1_sel
* i.MX6dl: ipu1_di0_sel, ipu1_di1_sel, lcdif_sel * i.MX6dl: ipu1_di0_sel, ipu1_di1_sel, lcdif_sel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment