summaryrefslogtreecommitdiff
path: root/include/soc/imx8
diff options
context:
space:
mode:
authorAdriana Reus <adriana.reus@nxp.com>2018-07-11 17:26:57 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:32:42 +0800
commit0a1bd5563a20ee02308bb0dc7d366d76414d18c8 (patch)
treebc26d4ec41917bac37990fc89bd3546b061ec835 /include/soc/imx8
parente1380ef3051df612ffc07e223a6841705ad514c1 (diff)
MLK-18861: mx8qxp: Add the missing LCDIF clocks to clock driver
Add LCDIF PLL resource and clocks, and power domain for it. Add Pixel link clocks and set it from bypass path. Muxes were added so that the slices can choose the bypass input (lcd_pxl_bypass_div and elcdif_pll_div). clk summary example: lcd_pxl_bypass_div 2 2 24000000 lcd_pxl_sel 1 1 24000000 lcd_pxl_div 1 1 24000000 lcd_pxl_clk 1 1 24000000 elcdif_pll_div 1 1 792000000 elcdif_pll 2 2 792000000 lcd_sel 1 1 792000000 lcd_div 1 1 79200000 lcd_clk 1 1 79200000 Signed-off-by: Adriana Reus <adriana.reus@nxp.com>
Diffstat (limited to 'include/soc/imx8')
-rw-r--r--include/soc/imx8/sc/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/imx8/sc/types.h b/include/soc/imx8/sc/types.h
index d9b57bf91f8b..4ae035a2237f 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -489,7 +489,7 @@ typedef enum sc_rsrc_e {
SC_R_SAI_2 = 320,
SC_R_IRQSTR_SCU2 = 321,
SC_R_IRQSTR_DSP = 322,
- SC_R_UNUSED5 = 323,
+ SC_R_ELCDIF_PLL = 323,
SC_R_UNUSED6 = 324,
SC_R_AUDIO_PLL_0 = 325,
SC_R_PI_0 = 326,