Dear Benoît Thébaudeau,
Thanks for your help. I think I got it working, so I'll patch it up a bit and
submit it.
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
[PATCH V3 1/4] EXYNOS5: Change parent clock of FIMD to MPLL
[PATCH V3 2/4] EXYNOS: Add dummy definition to fix compilation dependency on
CONFIG_EXYNOS_MIPI_DSIM
[PATCH V5 3/4] video: Modify exynos_fimd driver to support LCD console
[PATCH V5 4/4] EXYNOS5: Add support for FIMD and DP
a
With VPLL as source clock to FIMD,
Exynos DP Initializaton was failing sometimes with unstable clock.
Changing FIMD source to MPLL resolves this issue.
Changes in V2:
-- Fix commit message. Had written VPLL instead of MPLL.
Changes in V3:
-- Added changelog in commit message.
Signed-off-by: Aja
Add panel_info structure required by LCD driver
and DP panel platdata for SMDK5250.
Add GPIO configuration for LCD.
Enable FIMD and DP support on SMDK5250.
DP Panel size: 2560x1600.
We use 16BPP resolution to get LCD console.
changes in V2:
-- Move LCD GPIO confiration from exynos common file to
Currently, exynos FIMD driver is being used to support only TIZEN LOGOs.
In order to get LCD console, we need to enable half word swap feature
of FIMD and use 16 BPP.
LCD console and proprietary Logo cannot be used simultaneously.
We use "logo_on" field inside vidinfo_t structure to decide whether
When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM.
But if we do not select CONFIG_EXYNOS_MIPI_DSIM, exynos_fb.c throws
error saying exynos_mipi_dsi_init() not defined. So, we add
dummy definition for exynos_mipi_dsi_init when CONFIG_EXYNOS_MIPI_DSIM
is not defined.
Changes in V2:
-
Sorry for the duplicated post. The first version did not go through to the
e-mail addresses at the linux-mips.org domain due to problems with the SMTP
server.
---
Hi Everyone!
I'm working on adding device tree support for the ath79 platform. I have
experimental patches for several things alread
101 - 107 of 107 matches
Mail list logo