mirror of https://gitee.com/openkylin/linux.git
staging: imx-drm: Fix typo in staging/imx-drm
Correct spelling typo in staging/imx-drm Singed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
977da7f0a5
commit
4599934de2
|
@ -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)
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue