aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRongjun Ying <rongjun.ying@csr.com>2014-11-25 05:46:43 -0500
committerBarry Song <Baohua.Song@csr.com>2014-11-25 05:46:43 -0500
commit110afb8b42ea68439b352a87e06563a3a85df6c6 (patch)
treedfc25fca3e9af2cea851f542b108a5a8591efb8c
parent5427b0d2bf8865abf5df46d7736cd60a0dc5f9d8 (diff)
ARM: dts: atlas6: Add I2S external clock input pingroup
The I2S controller can use the external clock as reference clock with master mode. But based on different hardware or software design, this external clock might be needed or not needed. So the external input pin can be an independent pinctrl group, and the card driver can decice to get it or not. Signed-off-by: Rongjun Ying <rongjun.ying@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/boot/dts/atlas6.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi
index d3de7a35825b..1eb83c84d9dc 100644
--- a/arch/arm/boot/dts/atlas6.dtsi
+++ b/arch/arm/boot/dts/atlas6.dtsi
@@ -528,6 +528,12 @@
528 sirf,function = "i2s_mclk"; 528 sirf,function = "i2s_mclk";
529 }; 529 };
530 }; 530 };
531 i2s_ext_clk_input_pins_a: i2s_ext_clk_input@0 {
532 i2s_ext_clk_input {
533 sirf,pins = "i2s_ext_clk_inputgrp";
534 sirf,function = "i2s_ext_clk_input";
535 };
536 };
531 i2s_pins_a: i2s@0 { 537 i2s_pins_a: i2s@0 {
532 i2s { 538 i2s {
533 sirf,pins = "i2sgrp"; 539 sirf,pins = "i2sgrp";