diff options
author | Adriana Reus <adriana.reus@nxp.com> | 2017-09-20 10:54:33 +0300 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | a1409857c982c323b95c50c1c466c290dec9e34a (patch) | |
tree | 80db644d8cf454f7f09d27dd815b96bc1493694e /include/dt-bindings | |
parent | b95329c0f39fd3dc6c46b20ab073f39d31e4b335 (diff) |
MLK-16442-2: clk: imx8qm: Add mux for DC clocks.
DC clocks can choose their clock source between PLL1, PLL2 and
bypass input.
This patch introduces a multiplexer in the dc clock topology to
allow this choice and introduces one set of parents that will be used
for both display0 and display1 clocks.
Clock paths tested:
1. PLL2(dc0_pll1_clk)->DC0_DISP1(dc0_disp1_clk)->LVDS
2. BYP(dc0_bypass0_clk)->DC0_DISP1(dc0_disp1_clk)->LVDS
(BuildInfo: SCFW 9e9f6ec6, IMX-MKIMAGE 0, ATF 0)
Signed-off-by: Adriana Reus <adriana.reus@nxp.com>
Reviewed by: Ranjani Vaidyanathan <Ranjani.vaidyanathan@nxp.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx8qm-clock.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx8qm-clock.h b/include/dt-bindings/clock/imx8qm-clock.h index 7360e3125602..e6330b701ca2 100644 --- a/include/dt-bindings/clock/imx8qm-clock.h +++ b/include/dt-bindings/clock/imx8qm-clock.h @@ -811,6 +811,9 @@ #define IMX8QM_MIPI0_I2C0_IPG_CLK 758 #define IMX8QM_MIPI0_CLK_ROOT 759 -#define IMX8QM_CLK_END 760 - +#define IMX8QM_DC0_DISP0_SEL 760 +#define IMX8QM_DC0_DISP1_SEL 761 +#define IMX8QM_DC1_DISP0_SEL 762 +#define IMX8QM_DC1_DISP1_SEL 763 +#define IMX8QM_CLK_END 764 #endif /* __DT_BINDINGS_CLOCK_IMX8QM_H */ |