From 0d7ac3c74923d82d474280403e32d0a233e28ff5 Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Tue, 18 Feb 2014 20:27:06 +0800 Subject: 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 Signed-off-by: Nicolin Chen (cherry picked from commit 5b74b6b26e4b44d265090fc6ad15b15ccb7b5cff) --- Documentation/devicetree/bindings/clock/imx6q-clock.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Documentation') 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: -- cgit v1.2.3