summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2014-10-13 11:47:32 +0800
committerShengjiu Wang <shengjiu.wang@freescale.com>2014-10-15 18:26:11 +0800
commitf9cfc11cf8628bd01efda611074131bfa323a120 (patch)
treebd0205530780683b1ec76a5e9d1c1e107c1c6242 /include
parent05a4885915f543f41e6284c8a87e8826786296aa (diff)
MLK-9684-6: ARM: clk-imx6sx: add missing lvds2 clock to the clock tree
We actually have lvds2 (analog clock2), an I/O clock like lvds1, in the SoC. And this lvds2, along with lvds1, can be used to provide external clock source to the internal pll, such as pll4_audio and pll5_video. So This patch mainly adds the lvds2 to the clock tree and fix its relationship with pll4 accordingly. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx6sx-clock.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6sx-clock.h b/include/dt-bindings/clock/imx6sx-clock.h
index 0206616014dc..7f3b0b0ed61b 100644
--- a/include/dt-bindings/clock/imx6sx-clock.h
+++ b/include/dt-bindings/clock/imx6sx-clock.h
@@ -250,6 +250,11 @@
#define IMX6SX_CLK_ESAI_IPG 239
#define IMX6SX_CLK_ESAI_MEM 240
#define IMX6SX_CLK_OCRAM_ALT_SEL 241
-#define IMX6SX_CLK_CLK_END 242
+#define IMX6SX_CLK_LVDS1_IN 242
+#define IMX6SX_CLK_LVDS2_IN 243
+#define IMX6SX_CLK_ANACLK1 244
+#define IMX6SX_CLK_ANACLK2 245
+#define IMX6SX_CLK_PLL4_SEL 246
+#define IMX6SX_CLK_CLK_END 247
#endif /* __DT_BINDINGS_CLOCK_IMX6SX_H */