summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dove-cubox.dts
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2013-10-08 20:20:27 +0200
committerJason Cooper <jason@lakedaemon.net>2013-10-09 13:22:41 +0000
commit1deb122c724edfd799a4d7d0b88ff14c365c9e69 (patch)
tree80167839e3f7980379db545aa4768ffe1405cd2a /arch/arm/boot/dts/dove-cubox.dts
parent34ea5342bd6da63f666215c4ef4b7b3948511c14 (diff)
downloadop-kernel-dev-1deb122c724edfd799a4d7d0b88ff14c365c9e69.zip
op-kernel-dev-1deb122c724edfd799a4d7d0b88ff14c365c9e69.tar.gz
ARM: Dove: fix bad properties of the si5351 clkout2 used by Cubox audio
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>
Diffstat (limited to 'arch/arm/boot/dts/dove-cubox.dts')
-rw-r--r--arch/arm/boot/dts/dove-cubox.dts10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts
index 173d463..8349a24 100644
--- a/arch/arm/boot/dts/dove-cubox.dts
+++ b/arch/arm/boot/dts/dove-cubox.dts
@@ -99,18 +99,12 @@
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;
};
};
};
OpenPOWER on IntegriCloud