]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: Dove: fix bad properties of the si5351 clkout2 used by Cubox audio
authorJean-Francois Moine <moinejf@free.fr>
Tue, 8 Oct 2013 18:20:27 +0000 (20:20 +0200)
committerJason Cooper <jason@lakedaemon.net>
Wed, 9 Oct 2013 13:22:41 +0000 (13:22 +0000)
As defined in the DT, clkout2 is not allowed to change the pll inside
si5351.

This patch extends the properties of clkout2 so that it works as the
external clock of the audio device in the Cubox.

Also, as the second si5351 clock is not used in the Cubox, its
definition is removed.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/dove-cubox.dts

index 173d46304cd2b04bae549c8ca7c5f0c74c7f8189..8349a248eceaf242f8a079e6c565af109ee69708 100644 (file)
                        silabs,pll-master;
                };
 
-               clkout1 {
-                       reg = <1>;
-                       silabs,drive-strength = <8>;
-                       silabs,multisynth-source = <1>;
-                       silabs,clock-source = <0>;
-                       silabs,pll-master;
-               };
-
                clkout2 {
                        reg = <2>;
+                       silabs,drive-strength = <8>;
                        silabs,multisynth-source = <1>;
                        silabs,clock-source = <0>;
+                       silabs,pll-master;
                };
        };
 };