diff options
author | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-02-18 20:27:06 +0800 |
---|---|---|
committer | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-02-19 18:50:07 +0800 |
commit | 0d7ac3c74923d82d474280403e32d0a233e28ff5 (patch) | |
tree | e8e8f2c3341503b8b480ae5a487462a98b3aefbd /Documentation/devicetree/bindings/clock | |
parent | aca9c9d8ff535d9eb8ba79f22c0ad6b8306bfa8b (diff) |
ENGR00299756-2 ARM: imx6q: 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.
[ To reduce the risk from code changing. This patch only takes care of pll4
related part. We might later need to add the relationship with pll5 too. ]
Acked-by: Wang Shengjiu <b02247@freescale.com>
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
(cherry picked from commit 5b74b6b26e4b44d265090fc6ad15b15ccb7b5cff)
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx6q-clock.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.txt b/Documentation/devicetree/bindings/clock/imx6q-clock.txt index b289100d6599..8ceba25493de 100644 --- a/Documentation/devicetree/bindings/clock/imx6q-clock.txt +++ b/Documentation/devicetree/bindings/clock/imx6q-clock.txt @@ -229,6 +229,12 @@ clocks and IDs. epit1 216 epit2 217 tzasc2 218 + pll4_sel 219 + lvds2_sel 220 + lvds2_in 221 + lvds2_out 222 + anaclk1 223 + anaclk2 224 Examples: |