forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
clk: renesas: rzg2l: Add FOUTPOSTDIV clk support
PLL5 generates FOUTPOSTDIV clk and is sourced by LCDC/DSI modules. The FOUTPOSTDIV is connected to PLL5_4 MUX. Video clock is sourced from DSI divider which is connected to PLL5_4 MUX. Added 2 LUT's for generating FOUTPOSTDIV, 1 for DSI mode and other for DPI mode as it requires different parameters for generating the video clock. The LUT supports minimal set of frequency used by commonly used resolutions. This patch uses the above LUT to generate the required video clock by matching the frequency value in LUT with FOUTPOSTDIV/DSI_DIV. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
- Loading branch information
1 parent
32ce2ab
commit c0b834d1561a902d5f960a18e365d66fbeba0f95
Showing
2 changed files
with
232 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters