Message ID | 1606887219-5854-1-git-send-email-victor.liu@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Add some clocks support for i.MX8qxp DC0/MIPI-LVDS subsystems | expand |
Quoting Liu Ying (2020-12-01 21:33:35) > This patch set adds some SCU clocks support for i.MX8qxp DC0/MIPI-LVDS > subsystems. > > With this patch set, some basic clocks for i.MX8qxp LVDS displays can be got > by drivers. > > v1->v2: > * Drop LPCG clocks as they can be registered directly in an in-tree new > DT binding way. > * Add DC0 bypass clocks support. > * Correct the way to register DC0 display clocks. > * Trivial tweak. Looks OK to me. I assume Shawn will pick them up. > > Liu Ying (4): > clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocks > clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocks > clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2() > clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS > subsystems > > drivers/clk/imx/clk-imx8qxp.c | 26 ++++++++++++++++++++++++-- > include/dt-bindings/clock/imx8-clock.h | 2 ++ > 2 files changed, 26 insertions(+), 2 deletions(-) > > -- > 2.7.4 >
On Wed, Dec 02, 2020 at 01:33:35PM +0800, Liu Ying wrote: > This patch set adds some SCU clocks support for i.MX8qxp DC0/MIPI-LVDS > subsystems. > > With this patch set, some basic clocks for i.MX8qxp LVDS displays can be got > by drivers. > > v1->v2: > * Drop LPCG clocks as they can be registered directly in an in-tree new > DT binding way. > * Add DC0 bypass clocks support. > * Correct the way to register DC0 display clocks. > * Trivial tweak. > > Liu Ying (4): > clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocks > clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocks > clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2() > clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS > subsystems Applied all, thanks.