]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx7ulp: do not export out IMX7ULP_CLK_MIPI_PLL clock
authorFancy Fang <chen.fang@nxp.com>
Mon, 28 Oct 2019 08:07:59 +0000 (08:07 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 11:32:37 +0000 (19:32 +0800)
commitc754849f02ef1b4145e77a567e4045ccbbdb7345
treeb6332377945fa655317bafa2cb4eaa0b134cb600
parent843a96a0bddff75a77f447f4780fc33e07e3ae8b
clk: imx7ulp: do not export out IMX7ULP_CLK_MIPI_PLL clock

The mipi pll clock comes from the MIPI PHY PLL output, so
it should not be a fixed clock.

MIPI PHY PLL is in the MIPI DSI space, and it is used as
the bit clock for transferring the pixel data out and its
output clock is configured according to the display mode.

So it should be used only for MIPI DSI and not be exported
out for other usages.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/clock/imx7ulp-clock.txt
drivers/clk/imx/clk-imx7ulp.c
include/dt-bindings/clock/imx7ulp-clock.h