Commit 110afb8b authored by Rongjun Ying's avatar Rongjun Ying Committed by Barry Song

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: default avatarRongjun Ying <rongjun.ying@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5427b0d2
...@@ -528,6 +528,12 @@ i2s_mclk { ...@@ -528,6 +528,12 @@ i2s_mclk {
sirf,function = "i2s_mclk"; sirf,function = "i2s_mclk";
}; };
}; };
i2s_ext_clk_input_pins_a: i2s_ext_clk_input@0 {
i2s_ext_clk_input {
sirf,pins = "i2s_ext_clk_inputgrp";
sirf,function = "i2s_ext_clk_input";
};
};
i2s_pins_a: i2s@0 { i2s_pins_a: i2s@0 {
i2s { i2s {
sirf,pins = "i2sgrp"; sirf,pins = "i2sgrp";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment